Blank Token
Verified contract
Active on
Ethereum with 15,388 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 |
---|---|---|---|---|---|
MIR | ERC-20 | 565.330861 | $0.032179 |
$18.19 | |
BLANK | ERC-20 | 59.101426K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21216267 | 7 days ago | | | 0 | 0.0011778996 | |
| 21215232 | 8 days ago | | | 0 | 0.00078074625 | |
| 21163092 | 15 days ago | | | 0 | 0.00028434418 | |
| 21144316 | 17 days ago | | | 0 | 0.00086865627 | |
| 21127448 | 20 days ago | | | 0 | 0.0011434567 | |
| 21105420 | 23 days ago | | | 0 | 0.00020167820 | |
| 21059425 | a month ago | | | 0 | 0.00026068260 | |
| 21022536 | a month ago | | | 0 | 0.00038591951 | |
| 21011632 | a month ago | | | 0 | 0.00036128921 | |
| 20993641 | a month ago | | | 0 | 0.0019720325 |
ABI
ABI objects
Getter at block 21269084
decimals() view returns (uint8)
18
name() view returns (string)
Blank Token
symbol() view returns (string)
BLANK
totalSupply() view returns (uint256)
124999999999984164440951149
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 totalSupply_)
This contract contains no fallback and receive objects.
This contract contains no error objects.