SelfKey
Verified contract
Active on
Ethereum with 130,998 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6,613.63)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KEY | ERC-20 | 1.643526M | $0.003393 |
$5,576.25 | |
USDC | ERC-20 | 1K | $1.001 |
$1,001 | |
TEL | ERC-20 | 6.86315K | $0.003639 |
$24.98 | |
LOOM | ERC-20 | 100 | $0.068305 |
$6.83 | |
DENT | ERC-20 | 3.872475K | $0.00118 |
$4.57 | |
CVT | ERC-20 | 5 | $0.000133 |
$0 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
0x4cd9…ea8c | ERC-20 | 152.32276K | -- | -- | |
WHACKD | ERC-20 | 10.774941K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21247620 | 3 minutes ago | | | 0 | 0.00045377088 | |
| 21247614 | 4 minutes ago | | | 0 | 0.00079910699 | |
| 21247600 | 7 minutes ago | | | 0 | 0.00061622052 | |
| 21247156 | 2 hours ago | | | 0 | 0.00068052877 | |
| 21247092 | 2 hours ago | | | 0 | 0.00074947064 | |
| 21246472 | 4 hours ago | | | 0 | 0.00046630478 | |
| 21245414 | 7 hours ago | | | 0 | 0.00068840367 | |
| 21245342 | 8 hours ago | | | 0 | 0.00056370622 | |
| 21245254 | 8 hours ago | | | 0 | 0.00080496033 | |
| 21245116 | 8 hours ago | | | 0 | 0.0010381104 |
ABI
ABI objects
Getter at block 21247633
cap() view returns (uint256)
6000000000000000000000000000
decimals() view returns (uint256)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
SelfKey
owner() view returns (address)
0x8d4b2cffe2dcbbf06eaa5920401db86ca5fb8177
symbol() view returns (string)
KEY
totalSupply() view returns (uint256)
5999999954464071964173094448
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)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
enableTransfers()
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _value) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burned(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _cap)
This contract contains no fallback and receive objects.
This contract contains no error objects.