Oaks

Verified contract

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

No balances found for "Oaks"

0x418ee378fc45402d616e56183d00092235fc821784657f25102afa0a1a8ba782
0xc80ce1beb4eca8b15336bdb996ee2e60acef798b2b04716031d41621ac481845
0x2ae2fec300d3fdd9ca6412fbbc08e63d1679f7537e175ca1b445d22227111224
0x0b35d50ca265de1d930e626ea8e54eef3d76196356925dcbfeb31f7a1c2de3cf
0x2c2ebf536fcfc5c5b897ce14ae400216832b7dd7dd8c2f706322663e63653874
0x8d79f138fcdefd5ec849bba823852dc06f13ebe0dc153331cc4c3f3d3a01b821
0x2ffc506742796a711558044428052a59c7df1ccf5c5afee495ec2388eaaea6d7
0x1c475cf502a05574377e82c1d332156fb32c848a66dbbf1cdd31f5729b7936ef
0x8b1710ffbfac98ce1a23fcf026ea50f760156403a355f60b0adff066f5fb9cb6
0x1dd81c48b73e16470fae940cbd6063cfe4c3b12a68f97804632011ca240ff749

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