TokenHolder
Verified contract
Active on
Ethereum with 2 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OAT | ERC-20 | 98.8K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19660596 | 8 months ago | | | 0 | 0.00067559679 | |
| 19643542 | 8 months ago | | | 0 | 0.00076624265 |
ABI
ABI objects
Getter at block 21418499
ETH() view returns (address)
0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
owner() view returns (address)
0x11d3f11f01014c359687039acbb318e11205dda6
paused() view returns (bool)
false
Read-only
whiteListBond(address) view returns (bool)
State-modifying
Events pause()
renounceOwnership()
rescureFund(address _erc20, address _to) payable
setWhiteList(address _address, bool _status)
transfer(address _erc20, address _receiver, uint256 _amount)
transferETH(address receiver_, uint256 amount_)
transferOwnership(address newOwner)
unpause()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor()
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
EnforcedPause()
ExpectedPause()
FailedInnerCall()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)