Home
last modified time | relevance | path

Searched refs:payable (Results 76 – 100 of 1070) sorted by relevance

12345678910>>...43

/dports/lang/solidity/solidity_0.8.11/test/libsolidity/smtCheckerTests/blockchain_state/
H A Dlibrary_public_4.sol2 function l(address payable a) public returns (address) {
8 using L for address payable;
10 function f(address payable a) public payable {
H A Dfree_function_1.sol1 function l(address payable a) {}
5 function f(address payable a) public payable {
H A Dfree_function_2.sol1 function l(address payable a) {
7 function f(address payable a) public payable {
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/syntaxTests/iceRegressionTests/
H A Drecursive_struct_memory.sol3 address payable d ;
4 mapping ( uint => address payable ) c ;
5 mapping ( uint => address payable [ ] ) d ;
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/syntaxTests/conversion/
H A Dexplicit_conversion_address_to_payable.sol2 function g(address payable _p) internal pure returns (uint) {
6 uint x = g(payable(_a));
11 …r argument in function call. Invalid implicit conversion from address to address payable requested.
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/syntaxTests/types/address/
H A Daddress_payable_storage_array_conversion.sol2 address payable[] a;
5 address payable[] storage c = a;
11 // TypeError 7407: (172-173): Type address payable[] storage pointer is not implicitly convertible …
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/semanticTests/various/
H A Dvalue_complex.sol2 function getBalance() public payable returns (uint256 myBalance) {
11 constructor() payable {
15 function sendAmount(uint256 amount) public payable returns (uint256 bal) {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/tests/fuzzers/abi/
H A Dabifuzzer.go87 func createABI(name string, stateMutability, payable *string, inputs []args) (abi.ABI, error) {
92 if payable != nil {
93 sig += fmt.Sprintf(`, "payable": %v `, *payable)
124 payable := payables[getUInt(fuzzer)%len(payables)]
142 abi, err := createABI(name, stateM, payable, arg)
/dports/finance/py-pycoin/pycoin-0.91.20210515/recipes/multisig/
H A D3_create_unsigned_tx.py29 payable = sys.argv[3]
30 assert network.parse.address(payable) is not None
33 tx = network.tx_utils.create_tx([spendable], [payable])
/dports/www/moodle311/moodle/enrol/fee/tests/payment/
H A Dservice_provider_test.php59 $payable = service_provider::get_payable('fee', $id);
61 $this->assertEquals($account->get('id'), $payable->get_account_id());
62 $this->assertEquals(250, $payable->get_amount());
63 $this->assertEquals('USD', $payable->get_currency());
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/semanticTests/functionCall/
H A Dsend_zero_ether.sol4 receive() external payable {}
9 constructor() payable {}
13 return payable(r).send(0);
H A Dfailed_create.sol1 contract D { constructor() payable {} }
4 constructor() payable {}
9 function stack(uint depth) public payable returns (address) {
H A Dgas_and_value_brace_syntax.sol4 function getBalance() payable public returns(uint256 myBalance) {
18 constructor() payable {
22 function sendAmount(uint amount) public payable returns(uint256 bal) {
H A Dgas_and_value_basic.sol4 function getBalance() public payable returns (uint256 myBalance) {
21 constructor() payable {
25 function sendAmount(uint256 amount) public payable returns (uint256 bal) {
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/semanticTests/cleanup/
H A Dcleanup_address_types_shortening.sol15 function g() public pure returns (address payable r) {
21 address payable z = payable(address(y));
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/syntaxTests/functionCalls/
H A Dnew_with_invalid_calloptions.sol17 …Error 7006: (64-98): Cannot set option "value", since the constructor of contract D is not payable.
20 …ror 7006: (102-123): Cannot set option "value", since the constructor of contract D is not payable.
23 …ror 7006: (176-199): Cannot set option "value", since the constructor of contract D is not payable.
24 …ror 7006: (176-199): Cannot set option "value", since the constructor of contract D is not payable.
/dports/www/moodle310/moodle/payment/gateway/paypal/classes/external/
H A Dtransaction_complete.php79 $payable = payment_helper::get_payable($component, $paymentarea, $itemid);
80 $currency = $payable->get_currency();
84 $amount = helper::get_rounded_cost($payable->get_amount(), $currency, $surcharge);
102 … $paymentid = payment_helper::save_payment($payable->get_account_id(), $component, $paymentarea,
/dports/www/moodle311/moodle/payment/gateway/paypal/classes/external/
H A Dtransaction_complete.php79 $payable = payment_helper::get_payable($component, $paymentarea, $itemid);
80 $currency = $payable->get_currency();
84 $amount = helper::get_rounded_cost($payable->get_amount(), $currency, $surcharge);
102 … $paymentid = payment_helper::save_payment($payable->get_account_id(), $component, $paymentarea,
/dports/www/moodle310/moodle/payment/classes/external/
H A Dget_available_gateways.php71 … $payable = helper::get_payable($params['component'], $params['paymentarea'], $params['itemid']);
72 $amount = $payable->get_amount();
73 $currency = $payable->get_currency();
/dports/www/moodle311/moodle/payment/classes/external/
H A Dget_available_gateways.php71 … $payable = helper::get_payable($params['component'], $params['paymentarea'], $params['itemid']);
72 $amount = $payable->get_amount();
73 $currency = $payable->get_currency();
/dports/finance/prestashop/prestashop/vendor/phpoffice/phpspreadsheet/samples/Basic/
H A D02_Types.php110 $payable = $richText->createTextRun('你 好 吗?'); variable
111 $payable->getFont()->setBold(true);
112 $payable->getFont()->setItalic(true);
113 $payable->getFont()->setColor(new Color(Color::COLOR_DARKGREEN));
/dports/finance/py-pycoin/pycoin-0.91.20210515/pycoin/coins/
H A Dtx_utils.py54 for payable in payables:
55 if len(payable) == 2:
56 address, coin_value = payable
58 address = payable
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/l10n_be/data/
H A Daccount.account.template.csv78 "a1730","Amounts payable to credit institutions with a remaining term of more than one year - Curre…
202 "a4230","Amounts payable after more than one year falling due within one year to credit institution…
214 "a433","Amounts payable within one year to credit institutions - Current account payable","433","ac…
216 "a440","Suppliers payable within one year","440","account.data_account_type_payable","l10n_be.l10nb…
219 "a450","Estimated taxes payable","450","account.data_account_type_current_liabilities","l10n_be.l10…
221 "a451","VAT payable","451","account.data_account_type_current_liabilities","l10n_be.l10nbe_chart_te…
230 "a451830","VAT payable - revisions","451830","account.data_account_type_current_liabilities","l10n_…
231 "a452","Taxes payable","452","account.data_account_type_current_liabilities","l10n_be.l10nbe_chart_…
232 "a4528","Taxes payable - Foreign taxes","4528","account.data_account_type_current_liabilities","l10…
248 "a4890","Miscellaneous amounts payable within one year - Sundry interest-bearing amounts payable","…
[all …]
/dports/lang/solidity/solidity_0.8.11/test/compilationTests/corion/
H A Dico.sol30 address payable public owner;
31 address payable public tokenAddr;
32 address payable public premiumAddr;
35 address payable public foundationAddress;
68 owner = payable(msg.sender);
251 …function connectTokens(address payable tokenContractAddr, address payable premiumContractAddr) ext…
275 require( payable(msg.sender).send(_val) );
278 receive () external payable {
284 require( buy(payable(msg.sender), address(0x00)) );
287 …function buy(address payable beneficiaryAddress, address affilateAddress) public payable returns (…
[all …]
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/syntaxTests/inheritance/override/
H A Doverride_less_strict_mutability.sol17 function foo() external payable override(B, C) virtual returns (uint256) {}
23 // TypeError 6959: (461-536): Overriding function changes state mutability from "view" to "payable".
24 // TypeError 6959: (461-536): Overriding function changes state mutability from "pure" to "payable".

12345678910>>...43