Roost Wif Hat

Verified contract

Active on Base with 47 txns
Deployed by via 0x3bd26406 at 14163801
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Roost Wif Hat"

0x4372647e35251514e9815f50d3e0325a277801f8d985703756231f76b7e80c58
0x1db9b4153b102905fc27d4e6a454303827a4f4f76bc20af9ef8933cdecc5bea3
0xbd682947b84ce557a9eeace31ece639d6ce259927591e30df70ec8aabf1180a0
0x778ffeb48b08f2e8f0599059bfb130a6bc1aff79157f77c746ffb8c8f79293de
0xf7ffd3aef1d4d5bb02188f2af01833f640d79ac618a1f6bc1367af108c64bb8a
0xf3c40db609ff97783dbc0ceb5f54014c8f10e1b4b291d57bac3ed05c2d5fe309
0xe89e57094b82091cfef049d5d9cee138932048694c6825ad0118625e2c9e09c6
0xb4b006e3c0be9feb7d330f5d376b951d66c04fff13ec28da961c0ff3b9a786a4
0x529675518e564a5b8b995562eac689c7c14982e502ba51f945dfcff84a027dd5
0x475b07a9a4c89f36d24a9b5bf70fcac5fcb791b0a594c8a542e46f02de5a32d8

Functions
Getter at block 22829700
decimals(view returns (uint8)
18
name(view returns (string)
Roost Wif Hat
symbol(view returns (string)
ROOST
totalSupply(view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender