Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
No balances found for "Token"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14188089 | 7 months ago | | | 0 | 0.000071196174 | |
| 11902588 | 8 months ago | | | 0 | 0.0000050806052 | |
| 11902382 | 8 months ago | | | 0 | 0.0000016916236 |
ABI
ABI objects
Getter at block 22929110
DOMAIN_SEPARATOR() view returns (bytes32 result)
0xb172afcdb49fd922727ac3463be5ea804e7db71c419d5c9cf4c01d469ffc6e08
decimals() view returns (uint8)
18
name() view returns (string)
Presale Meta
symbol() view returns (string)
PRESALE
totalSupply() view returns (uint256 result)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256 result)
balanceOf(address owner) view returns (uint256 result)
nonces(address owner) view returns (uint256 result)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
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()