SimpleERCFund
Similar source code
Active on
Ethereum with 0 txns
Balances ($0.00)
No balances found for "SimpleERCFund"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "SimpleERCFund"
ABI
ABI objects
Getter at block 21301244
isOperator() view returns (bool)
false
operator() view returns (address)
0x638476470d58f2a6260a56856c0ac29e9313fe17
owner() view returns (address)
0x638476470d58f2a6260a56856c0ac29e9313fe17
Read-only
This contract contains no read-only function objects.
State-modifying
Events deposit(address token, uint256 amount, string reason)
renounceOwnership()
transferOperator(address newOperator_)
transferOwnership(address newOwner)
withdraw(address token, uint256 amount, address to, string reason)
Deposit(address indexed from, uint256 indexed at, string reason)
OperatorTransferred(address indexed previousOperator, address indexed newOperator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdrawal(address indexed from, address indexed to, uint256 indexed at, string reason)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.