Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "BLUE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21307256 | 14 days ago | | | 0 | 0.00021178440 | |
| 20986010 | 2 months ago | | | 0 | 0.00057023669 | |
| 20001950 | 6 months ago | | | 0 | 0.000098817065 | |
| 18730994 | a year ago | | | 0 | 0.0018720630 | |
| 18730979 | a year ago | | | 0 | 0.0032565535 | |
| 18728613 | a year ago | | | 0 | 0.0049077285 | |
| 18717213 | a year ago | | | 0 | 0.0029715892 | |
| 18717186 | a year ago | | | 0 | 0.0040510862 | |
| 18712176 | a year ago | | | 0 | 0.0018378030 | |
| 18712142 | a year ago | | | 0 | 0.0028945871 |
ABI
ABI objects
Getter at block 21410980
DOMAIN_SEPARATOR() view returns (bytes32 result)
0xa435acb4b8a6243838709b4f410de47e99ea84f83703834e2ed009bf2cadd93b
decimals() view returns (uint8)
18
name() view returns (string)
BLUE
owner() view returns (address)
0xccd5d0e31161e341d15c339244fd72faafc7cf31
symbol() view returns (string)
BLUE
totalSupply() view returns (uint256 result)
89000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256 result)
alreadyClaimed(address) view returns (bool)
balanceOf(address owner) view returns (uint256 result)
nonces(address owner) view returns (uint256 result)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
mint(struct BLUESignature serverSignature)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
AllowanceOverflow()
AllowanceUnderflow()
InsufficientAllowance()
InsufficientBalance()
InvalidPermit()
PermitExpired()
TotalSupplyOverflow()