Aavegotchi FUD Token
Verified contract
Active on
Base with 48 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000607 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22808910 | 3 days ago | | | 0 | 2.6334000e-7 | |
| 22790711 | 3 days ago | | | 0 | 4.6895509e-7 | |
| 22699557 | 5 days ago | | | 0 | 0.0000012791612 | |
| 22670688 | 6 days ago | | | 0 | 0.0000017272940 | |
| 22667062 | 6 days ago | | | 0 | 0.0000012794076 | |
| 22098731 | 19 days ago | | | 0 | 6.9473862e-7 | |
| 22091932 | 19 days ago | | | 0 | 3.9161143e-7 | |
| 18406147 | 3 months ago | | | 0 | 0.000000208488213300 | |
| 18406000 | 3 months ago | | | 0 | 5.8476826e-7 | |
| 17636532 | 4 months ago | | | 0 | 0.000000100044075072 |
ABI
ABI objects
Getter at block 22929009
DOMAIN_SEPARATOR() view returns (bytes32)
0xa515f3967632c8485e8866ef46689681ee9302af0cc42c8fe507ca6c58790894
decimals() view returns (uint8)
18
name() view returns (string)
Aavegotchi FUD Token
nominee() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x027ffd3c119567e85998f4e6b9c3d83d5702660c
symbol() view returns (string)
FUD
totalSupply() view returns (uint256)
680665264902865218084407
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
hasRole(bytes32 role_, address address_) view returns (bool)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address user_, uint256 amount_)
claimOwner()
grantRole(bytes32 role_, address grantee_)
mint(address receiver_, uint256 amount_)
nominateOwner(address nominee_)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
rescueFunds(address token_, address rescueTo_, uint256 amount_)
revokeRole(bytes32 role_, address revokee_)
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)
OwnerClaimed(address indexed claimer)
OwnerNominated(address indexed nominee)
RoleGranted(bytes32 indexed role, address indexed grantee)
RoleRevoked(bytes32 indexed role, address indexed revokee)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(string name_, string symbol_, uint8 decimals_, address initialSupplyHolder_, address owner_, uint256 initialSupply_)
This contract contains no fallback and receive objects.
InvalidTokenAddress()
NoPermit(bytes32 role)
OnlyNominee()
OnlyOwner()
ZeroAddress()