OnlyOneToken
Verified contract
Active on
Ethereum with 193 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "OnlyOneToken"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16996189 | 2 years ago | | | 0 | 0.00066267224 | |
| 16585512 | 2 years ago | | | 0 | 0.0019235565 | |
| 15382661 | 2 years ago | | | 0 | 0.000090509048 | |
| 15367238 | 2 years ago | | | 0 | 0.00039880447 | |
| 11322905 | 4 years ago | | | 0 | 0.0036518340 | |
| 11252661 | 4 years ago | | | 0 | 0.0013721221 | |
| 11103208 | 4 years ago | | | 0 | 0.0023092650 | |
| 11043027 | 4 years ago | | | 0 | 0.0025804746 | |
| 10996919 | 4 years ago | | | 0 | 0.00088077900 | |
| 10950817 | 4 years ago | | | 0 | 0.0062409420 |
ABI
ABI objects
Getter at block 21211152
decimals() view returns (uint8)
4
name() view returns (string)
OnlyOneToken
symbol() view returns (string)
OOT
totalSupply() view returns (uint256)
10000
version() view returns (string)
H1.0
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
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()
fallback()
This contract contains no error objects.