ReservePool
Verified contract
Active on
Ethereum with 4 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9aff…ca68
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
STOCK | ERC-20 | 4.24785K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20131820 | 5 months ago | | | 0 | 0.00030903278 | |
| 19956167 | 6 months ago | | | 0 | 0.00057560817 | |
| 19956110 | 6 months ago | | | 0 | 0.00074700398 | |
| 19956108 | 6 months ago | | | 0 | 0.00051264484 |
ABI
ABI objects
Getter at block 21223811
owner() view returns (address)
0x0000000000000000000000000000000000000000
spender() view returns (address)
0x32e4fc6ac6e4cd2059ea8d43b2e14011bd61ebf8
token() view returns (address)
0x9afffb7fd2de2d8024e9c3746be75476270eca68
Read-only
This contract contains no read-only function objects.
State-modifying
Events renounceOwnership()
setSpender(address _spender)
setToken(address _token)
transfer(address to, uint256 amount)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)