GoBlank Token
Verified contract
Active on
Ethereum with 15,898 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($55.35)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BLANK | ERC-20 | 4.026839K | $0.013745 |
$55.35 | |
BLANK | ERC-20 | 77.163781K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21263697 | an hour ago | | | 0 | 0.00034401866 | |
| 21258106 | 20 hours ago | | | 0 | 0.00051092409 | |
| 21253706 | a day ago | | | 0 | 0.00045133737 | |
| 21252755 | 2 days ago | | | 0 | 0.00065726912 | |
| 21246767 | 2 days ago | | | 0 | 0.00070279844 | |
| 21242357 | 3 days ago | | | 0 | 0.00051337837 | |
| 21241612 | 3 days ago | | | 0 | 0.00043393979 | |
| 21240831 | 3 days ago | | | 0 | 0.00047154792 | |
| 21239536 | 3 days ago | | | 0 | 0.00053555663 | |
| 21238333 | 4 days ago | | | 0 | 0.0010567652 |
ABI
ABI objects
Getter at block 21263936
decimals() view returns (uint8)
18
name() view returns (string)
GoBlank Token
owner() view returns (address)
0x6dfba89d833e56fe3c99ac5869cd3c144411202e
paused() view returns (bool)
false
symbol() view returns (string)
BLANK
totalSupply() view returns (uint256)
122776006080000000000000000
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)
pause()
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.