Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($110,130.56)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GRT | ERC-20 | 473.613734K | $0.220196 |
$104,287.85 | |
USDT | ERC-20 | 2.156354K | $0.999511 |
$2,155.3 | |
stETH | ERC-20 | 0.626781 | $3,359.92 |
$2,105.93 | |
ANKR | ERC-20 | 29.724442K | $0.0335 |
$995.76 | |
USDC | ERC-20 | 480.612181 | $0.998961 |
$480.11 | |
LINK | ERC-20 | 5 | $15.04 |
$75.2 | |
SHIB | ERC-20 | 801.603206K | $0.000025 |
$19.92 | |
MATIC | ERC-20 | 8.983564 | $0.466548 |
$4.19 | |
xFUND | ERC-20 | 0.01 | $388.19 |
$3.88 | |
ALEPH | ERC-20 | 9.207699 | $0.149875 |
$1.38 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21240635 | 2 minutes ago | | | 0 | 0.00050825895 | |
| 21240620 | 5 minutes ago | | | 0 | 0.00059228001 | |
| 21240609 | 8 minutes ago | | | 0 | 0.00059433400 | |
| 21240602 | 9 minutes ago | | | 0 | 0.00034872806 | |
| 21240592 | 11 minutes ago | | | 0 | 0.00065664919 | |
| 21240584 | 13 minutes ago | | | 0 | 0.00092977200 | |
| 21240575 | 14 minutes ago | | | 0 | 0.00060083193 | |
| 21240574 | 15 minutes ago | | | 0 | 0.00034519446 | |
| 21240542 | 21 minutes ago | | | 0 | 0.00056089517 | |
| 21240513 | 27 minutes ago | | | 0 | 0.00057698234 |
ABI
ABI objects
Getter at block 21240645
decimals() view returns (uint8)
18
governor() view returns (address)
0x48301fe520f72994d32ead72e2b6a8447873cf50
name() view returns (string)
Graph Token
pendingGovernor() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
GRT
totalSupply() view returns (uint256)
10800262823918213436822328009
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address _account) view returns (bool)
nonces(address) view returns (uint256)
State-modifying
Events acceptOwnership()
addMinter(address _account)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
permit(address _owner, address _spender, uint256 _value, uint256 _deadline, uint8 _v, bytes32 _r, bytes32 _s)
removeMinter(address _account)
renounceMinter()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address _newGovernor)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
NewOwnership(address indexed from, address indexed to)
NewPendingOwnership(address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.