EasyOption.io Token
Verified contract
Active on
Ethereum with 1,371 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EOPT | ERC-20 | 1K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17089272 | 2 years ago | | | 0 | 0.0027586110 | |
| 15522917 | 2 years ago | | | 0 | 0.0013947224 | |
| 14119240 | 3 years ago | | | 0 | 0.0031482851 | |
| 11341040 | 4 years ago | | | 0 | 0.0014684456 | |
| 11303163 | 4 years ago | | | 0 | 0.0032675280 | |
| 11303157 | 4 years ago | | | 0 | 0.0019739280 | |
| 11033534 | 4 years ago | | | 0 | 0.0013065888 | |
| 10979480 | 4 years ago | | | 0 | 0.0015218790 | |
| 10622675 | 4 years ago | | | 0 | 0.0022148500 | |
| 10581743 | 4 years ago | | | 0 | 0.0027907110 |
ABI
ABI objects
Getter at block 21218941
decimals() view returns (uint8)
18
name() view returns (string)
EasyOption.io Token
symbol() view returns (string)
EOPT
totalSupply() view returns (uint256)
5000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint8 _decimals, uint256 _supply)
This contract contains no fallback and receive objects.
This contract contains no error objects.