Account
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "Account"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Account"
ABI
ABI objects
Getter at block 21316693
owner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
admins(address) view returns (bool)
isOperator(address userAddress) view returns (bool)
operators(address) view returns (bool)
State-modifying
Events approveToken(address tokenAddress, address targetAddress, uint256 amount)
grantAdmin(address _account)
grantOperator(address _account)
initialize(address _owner, address[] _initialAdmins)
invoke(address target, uint256 value, bytes data) returns (bytes result)
revokeAdmin(address _account)
revokeOperator(address _account)
transferOwnership(address _owner)
withdraw(address targetAddress, uint256 amount)
withdrawToken(address tokenAddress, address targetAddress, uint256 amount)
withdrawTokenFallThrough(address tokenAddress, address targetAddress, uint256 amount)
Approved(address indexed tokenAddress, address indexed targetAddress, uint256 amount)
Invoked(address indexed targetAddress, uint256 value, bytes data)
Withdrawn(address indexed tokenAddress, address indexed targetAddress, uint256 amount)
This contract contains no constructor objects.
receive()
This contract contains no error objects.