Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($10.02)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 5 | $1.001 |
$5 | |
IOTX | ERC-20 | 100 | $0.042644 |
$4.26 | |
FUN | ERC-20 | 210.039914 | $0.003551 |
$0.75 | |
| ERC-20 | 888.888888M | -- | -- | |
KIN | ERC-20 | 398.391873M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
BYCC | ERC-20 | 4M | -- | -- | |
OVAL | ERC-20 | 1M | -- | -- | |
WHACKD | ERC-20 | 10.774941K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21227577 | 2 days ago | | | 0 | 0.00033382946 | |
| 21226866 | 2 days ago | | | 0 | 0.00041296356 | |
| 21221722 | 3 days ago | | | 0 | 0.00044455355 | |
| 21218646 | 3 days ago | | | 0 | 0.00054769070 | |
| 21188725 | 8 days ago | | | 0 | 0.0010922755 | |
| 21179791 | 9 days ago | | | 0 | 0.0043609013 | |
| 21175250 | 9 days ago | | | 0 | 0.0014534795 | |
| 21173884 | 10 days ago | | | 0 | 0.0015697761 | |
| 21173689 | 10 days ago | | | 0 | 0.0021656874 | |
| 21106225 | 19 days ago | | | 0 | 0.00025564518 |
ABI
ABI objects
Getter at block 21243285
decimals() pure returns (uint8)
18
isMinting() pure returns (bool)
false
name() pure returns (string)
Kin
newOwnerCandidate() pure returns (address)
0x0000000000000000000000000000000000000000
owner() pure returns (address)
0x9853814c40af3e95ee8c335f1212267867bc4091
symbol() pure returns (string)
KIN
totalSupply() pure returns (uint256)
10000000000000000000000000000000
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
State-modifying
Events acceptOwnership()
approve(address _spender, uint256 _value) returns (bool)
endMinting()
mint(address _to, uint256 _amount)
requestOwnershipTransfer(address _newOwnerCandidate)
transfer(address _to, uint256 _value) returns (bool)
transferAnyERC20Token(address _tokenAddress, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MintingEnded()
OwnershipRequested(address indexed _by, address indexed _to)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.