Blockey Token
Verified contract
Active on
Ethereum with 14,538 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 4 | $0.998023 |
$3.99 | |
BKT | ERC-20 | 65.596153K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13696320 | 3 years ago | | | 0 | 0.0051885000 | |
| 13464862 | 3 years ago | | | 0 | 0.0045077092 | |
| 12969209 | 3 years ago | | | 0 | 0.0017357842 | |
| 12968797 | 3 years ago | | | 0 | 0.0025162025 | |
| 12305010 | 4 years ago | | | 0 | 0.0010380825 | |
| 12304997 | 4 years ago | | | 0 | 0.0025942500 | |
| 12028035 | 4 years ago | | | 0 | 0.0030546222 | |
| 12028023 | 4 years ago | | | 0 | 0.0095235414 | |
| 12027986 | 4 years ago | | | 0 | 0.0030546222 | |
| 12027942 | 4 years ago | | | 0 | 0.0079942135 |
ABI
ABI objects
Getter at block 21167774
decimals() view returns (uint8)
18
name() view returns (string)
Blockey Token
symbol() view returns (string)
BKT
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
setTotalSupply(uint256 _value) returns (uint256 total)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor(string _name, string _symbol, uint256 _initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.