Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "oextoken"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12643476 | 3 years ago | | | 0 | 0.00052892000 | |
| 11899248 | 4 years ago | | | 0 | 0.0060670080 | |
| 11620394 | 4 years ago | | | 0 | 0.0055645920 | |
| 11606247 | 4 years ago | | | 0 | 0.0023762027 | |
| 11606181 | 4 years ago | | | 0 | 0.0014935800 | |
| 11606046 | 4 years ago | | | 0 | 0.0081782640 | |
| 11606029 | 4 years ago | | | 0 | 0.011197872 | |
| 11605764 | 4 years ago | | | 0 | 0.0023166000 | |
| 11593963 | 4 years ago | | | 0 | 0.0083658816 | |
| 11574631 | 4 years ago | | | 0 | 0.0035390881 |
ABI
ABI objects
Getter at block 21223542
decimals() view returns (uint8)
18
name() view returns (string)
oextoken
symbol() view returns (string)
OEX
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.