OTCBTC Token
Verified contract
Active on
Ethereum with 8,724 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 |
---|---|---|---|---|---|
KICK | ERC-20 | 888.888K | -- | -- | |
OTB | ERC-20 | 26.82723K | -- | -- | |
OLE | ERC-20 | 10 | -- | -- | |
IOT5 | ERC-20 | 6.6 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- | |
PMT | ERC-20 | 0.0016 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20873452 | a month ago | | | 0 | 0.00051547198 | |
| 20453213 | 3 months ago | | | 0 | 0.000051952000 | |
| 20389564 | 4 months ago | | | 0 | 0.00016222869 | |
| 19822926 | 6 months ago | | | 0 | 0.00018418087 | |
| 19631404 | 7 months ago | | | 0 | 0.0010510403 | |
| 19419743 | 8 months ago | | | 0 | 0.0040002847 | |
| 19417395 | 8 months ago | | | 0 | 0.0025531855 | |
| 19402356 | 8 months ago | | | 0 | 0.0025401238 | |
| 19388118 | 8 months ago | | | 0 | 0.0025735840 | |
| 19373116 | 8 months ago | | | 0 | 0.0030332640 |
ABI
ABI objects
Getter at block 21161669
decimals() view returns (uint256)
18
name() view returns (string)
OTCBTC Token
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0063283050c073308fa40d0d5e49c9a7ee0e0362
symbol() view returns (string)
OTB
tokenDestroyed() view returns (uint256)
12564210482612245200000001
totalSupply() view returns (uint256)
187435789517387754799999999
totalToken() view returns (uint256)
187435789517387754799999999
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events acceptOwnership()
approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _burntAmount) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferAnyERC20Token(address _tokenAddress, address _recipient, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed _from, uint256 _tokenDestroyed, uint256 _timestamp)
OwnerUpdate(address _prevOwner, address _newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.