Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Escrowed OKOK"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2351028 | a year ago | | | 0 | 0.000040982002 | |
| 2350979 | a year ago | | | 0 | 0.000040982002 | |
| 2350762 | a year ago | | | 0 | 0.000075170004 | |
| 2350741 | a year ago | | | 0 | 0.000046944003 | |
| 2219973 | a year ago | | | 0 | 0.000070416007 | |
| 2219968 | a year ago | | | 0 | 0.0000056148336 | |
| 2219963 | a year ago | | | 0 | 0.000000000477304790 | |
| 2219958 | a year ago | | | 0 | 0.000000000477070840 | |
| 2219942 | a year ago | | | 0 | 0.0000046790338 | |
| 2218726 | a year ago | | | 0 | 0.000069096005 |
ABI
ABI objects
Getter at block 22933504
decimals() view returns (uint8)
18
gov() view returns (address)
0x3419ba2d05f7b39d42e1eb054ce6be5ca56d9b92
id() pure returns (string _name)
esOKOK
inPrivateTransferMode() view returns (bool)
true
name() view returns (string)
Escrowed OKOK
nonStakingSupply() view returns (uint256)
0
symbol() view returns (string)
esOKOK
totalStaked() view returns (uint256)
21934414272985374032220466
totalSupply() view returns (uint256)
21934414272985374032220466
Read-only
admins(address) view returns (bool)
allowance(address _owner, address _spender) view returns (uint256)
allowances(address, address) view returns (uint256)
balanceOf(address _account) view returns (uint256)
balances(address) view returns (uint256)
isHandler(address) view returns (bool)
isMinter(address) view returns (bool)
nonStakingAccounts(address) view returns (bool)
stakedBalance(address _account) view returns (uint256)
yieldTrackers(uint256) view returns (address)
State-modifying
Events addAdmin(address _account)
addNonStakingAccount(address _account)
approve(address _spender, uint256 _amount) returns (bool)
burn(address _account, uint256 _amount)
claim(address _receiver)
mint(address _account, uint256 _amount)
recoverClaim(address _account, address _receiver)
removeAdmin(address _account)
removeNonStakingAccount(address _account)
setGov(address _gov)
setHandler(address _handler, bool _isActive)
setInPrivateTransferMode(bool _inPrivateTransferMode)
setInfo(string _name, string _symbol)
setMinter(address _minter, bool _isActive)
setYieldTrackers(address[] _yieldTrackers)
transfer(address _recipient, uint256 _amount) returns (bool)
transferFrom(address _sender, address _recipient, uint256 _amount) returns (bool)
withdrawToken(address _token, address _account, uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.