onan

Verified contract

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

No balances found for "onan"

0xbf7e32c189ca1620271d40c7acb32b89facd8b1f2330f576f3b6da95222fe003
0x2de3d959b170006663d3a86b5d32b8a0dc84bac66bafe5685189f68a8cade18e
0xa17139332211ab1d2f53fb37e919a1a17ad9988feb1f6ae3b682276f114a237f
0x083323fcbddedc1bc9872089374deddf7472755aeeb6e243948a5816cd0095f8
0xca11dfd86d7a920922f80ff8705de9ed71e880fc737dd53b1754d3a45d02c8cc
0xa76c37eae5adbb237b0e81ea898790dd3d0600ddda1ee8f32c72b1401f1ef6ce
0xc339c67acc4c79efcc6eedaa7fcec9ab673a13af86ac257b6f8b78550aa7ca77
0x34a8b65e6183e361620877cd28a74d2864db9fcad9fa3397d52567cd8ea3c56e
0xf44772a1e7496c8dbf61fec3c5b4be5dee714ba71e81a85d1797a61b586df945
0x8527b6dc55abd202d684154c19ae62f00946efc3d8f296b163047197baf4448c

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