GEEK

Verified contract

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

No balances found for "GEEK"

0xfc0dcb2074f38fed64a879513c577e2c29de58e937df30699c2b5e2fd4c834de
0xcc81ed260db179c1a41a90b346c6f9637841af7ee1796a2ba6bb9def2c1395b6
0x94957cff254c72923908e538c6c60b435043f8ab9317d11efd0207548e496501
0x8e26eb6fa4edfb556ac70e14e4add318cf70448094c83fd767a80ea9efd9722b
0xcd4c3d9cd270c696672ec52e98caaf0f29e26488de29bd1ad099add1017b8766
0x61acf7a6dfbdf6d14214f98ce9216261ecd3905ce010f8e973af9b2c1ac2f933
0x21a969e310dbe1b037ffbe6b90be613443966dce4d86eb81af5dde981b53f6e4
0x5a893b6a87066050b33c2052a1a4e852d568f83b2062575e41907cfca9a47c85
0x5a95c2129488a05fb2f5ddfd50a40777bf1c7f7e22d361c4180f4db93d2293bd
0xe7df3dca1d612d8e0ccd264ea4115b58ab3841d489293f3ff0a07e16a4febadb

Functions
Getter at block 23055044
decimals(view returns (uint8)
18
name(view returns (string)
GEEK
symbol(view returns (string)
GEEK
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(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