Tokoin
Verified contract
Active on
Ethereum with 15,206 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.03)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TOKO | ERC-20 | 50 | $0.000689 |
$0.03 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21290741 | 2 days ago | | | 0 | 0.00036349556 | |
| 21284243 | 3 days ago | | | 0 | 0.00056895664 | |
| 21284200 | 3 days ago | | | 0 | 0.00058901349 | |
| 21284187 | 3 days ago | | | 0 | 0.00063719915 | |
| 21280866 | 3 days ago | | | 0 | 0.00085640482 | |
| 21280864 | 3 days ago | | | 0 | 0.0010442390 | |
| 21280816 | 3 days ago | | | 0 | 0.00070283818 | |
| 21280816 | 3 days ago | | | 0 | 0.00070283818 | |
| 21280815 | 3 days ago | | | 0 | 0.00067599331 | |
| 21280815 | 3 days ago | | | 0 | 0.00067599331 |
ABI
ABI objects
Getter at block 21302672
cap() view returns (uint256)
2000000000000000000000000000
decimals() view returns (uint32)
18
getOwner() view returns (address)
0xad4ae1c33158e8092709e70fc5114956eb039328
name() view returns (string)
Tokoin
owner() view returns (address)
0xad4ae1c33158e8092709e70fc5114956eb039328
paused() view returns (bool)
false
symbol() view returns (string)
TOKO
totalSupply() view returns (uint256)
1368935377684408567485919371
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getBlackListStatus(address _maker) view returns (bool)
isBlackListed(address) view returns (bool)
State-modifying
Events addBlackList(address _evilUser)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
destroyBlackFunds(address _blackListedUser)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
issue(address issuer, uint256 value, bytes32 offchain)
pause()
redeem(address redeemer, uint256 value, bytes32 offchain)
removeBlackList(address _clearedUser)
transfer(address _to, uint256 _value) returns (bool)
transferByAdmin(address from, address to, uint256 value, bytes32 offchain)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
AddedBlackList(address _user)
Approval(address indexed owner, address indexed spender, uint256 value)
DestroyedBlackFunds(address _blackListedUser, uint256 _balance)
Pause()
RemovedBlackList(address _user)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
__issue(bytes32 offchain)
__redeem(bytes32 offchain)
__transferByAdmin(bytes32 offchain)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.