Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa448…06a8
Balances ($0.00)
No balances found for "Gravity"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19604228 | 7 months ago | | | 0 | 0.00079545061 | |
| 19603198 | 7 months ago | | | 0 | 0.00038526742 | |
| 19603197 | 7 months ago | | | 0 | 0.00036258096 | |
| 19603193 | 7 months ago | | | 0 | 0.00037862679 | |
| 19603183 | 7 months ago | | | 0 | 0.00038482540 | |
| 19603176 | 7 months ago | | | 0 | 0.00039188272 | |
| 19603174 | 7 months ago | | | 0 | 0.00036406486 | |
| 19603174 | 7 months ago | | | 0 | 0.00036436179 | |
| 19603174 | 7 months ago | | | 0 | 0.00036441295 | |
| 19603166 | 7 months ago | | | 0 | 0.00038095425 |
ABI
ABI objects
Getter at block 21214760
DOMAIN_SEPARATOR() view returns (bytes32)
0xa038d211e52b195fd56b043a0fd46d6644d44138995c63c5522365d1e68b1b8f
MAX_SUPPLY() view returns (uint256)
5000000000000000000000000000
authority() view returns (address)
0xa4481707be827fb01eb9c6d67bd67f56511406a8
decimals() view returns (uint8)
18
name() view returns (string)
Gravity
owner() view returns (address)
0xac304900ec7b93bbda54471bc456f6e9a64a2545
symbol() view returns (string)
GRAV
totalSupply() view returns (uint256)
1825000002000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
mint(address to, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
setAuthority(address newAuthority)
setOwner(address newOwner)
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)
AuthorityUpdated(address indexed user, address indexed newAuthority)
OwnerUpdated(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(address _owner, address _authority)
This contract contains no fallback and receive objects.
This contract contains no error objects.