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 |
---|---|---|---|---|---|
II | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19209597 | 9 months ago | | | 0 | 0.0011114651 | |
| 14204829 | 3 years ago | | | 0 | 0.0018844683 | |
| 14204798 | 3 years ago | | | 0 | 0.0028123687 | |
| 14203851 | 3 years ago | | | 0 | 0.0019369719 | |
| 13961483 | 3 years ago | | | 0 | 0.0052628803 | |
| 13381920 | 3 years ago | | | 0 | 0.0041697175 | |
| 13358451 | 3 years ago | | | 0 | 0.0072026405 | |
| 13358309 | 3 years ago | | | 0 | 0.0025247820 | |
| 13358200 | 3 years ago | | | 0 | 0.0043405600 | |
| 12797491 | 3 years ago | | | 0 | 0.00031019800 |
ABI
ABI objects
Getter at block 21167074
decimals() view returns (uint8)
2
fused() view returns (bool)
false
name() view returns (string)
Coiin
owner() view returns (address)
0x3a57b9f9cf51e531a5ed093f4362e15ca38b648a
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
II
totalSupply() view returns (uint256)
100000000000100
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
claimOwnership()
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
fuse()
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
withdraw()
Approval(address indexed owner, address indexed spender, uint256 value)
Fused()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(address _tokenBank)
This contract contains no fallback and receive objects.
This contract contains no error objects.