base WTF

Verified contract

Active on Base with 500 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "base WTF"

0xf78072962719cd25ec0c13636d9475c64123665d9dbcc741c3aa659548af9aa7
0xe4fa46c70e1b3efcb394300552c8f22a4c9bee2d82a9ba60781f0665325561e3
0xe94710874aae4673ec09763d6c94ffddafbcfcb082f7033f65fd08768d50398b
0x6f6d6dfa808a69915ed6788fc2db97d7a502421b78bebc6d49e69c378f63fc04
0x1422d8ecc15bea269267bcc16e6830dd025682df23b712dbaf555e9aca4b9481
0x45d2c7e04eb0d2a4392c82fc08d82deeccd341a05e508f8a77fe1a946ae8c9ec
0xe4445fccb48a80519bb998504c0b9e2fc44d8301fc7ebfd0bf185f288e70891a
0xcef8d353a15bdb790d04e60a7c9e5ccc6c5baf4b740454df060349ee6922b9ca
0xbb73f187eeb970a6ddafd2afa46b3dc79e4ce5ac7e33f9861685d5d027a3992f
0xa81a403805d2953a2d4ec80885e1c129eb4aef2a880b4363ab55386ade3f8750

Functions
Getter at block 22749572
decimals(view returns (uint8)
18
name(view returns (string)
base WTF
symbol(view returns (string)
WTF
totalSupply(view returns (uint256)
1000000000000000000000000000
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(string name_string symbol_uint256 maxSupply_
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