Monotonous

Verified contract

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

No balances found for "Monotonous"

0x99e4dcb3c23a654143bc1dc232d0daef2ec29df1291ac128dc5b2f03a6badbad
0x2d33a29b43464546cc41c050628b70806a39e6961fafb6881fbb8855eb749a55
0xc0989858f8675c273d7ad22a16cddbdeed19e8f5ebb6dd2dbce914527d3fd8ae
0x015aaadddbead93f1af5f61ce211018f48f4b707c089ef2c9d2d41695dba8fec
0x98bdc7bb32ed1cd883861d4dc7452e5b36f69daf418b356fd26509508d803227
0x087ed2aeee69259d29d37d637f93dccb0ad6fbd77a82289c0c428c731f169ace
0xf5d081e2939144b54ff9682e34889d326b28f3c0c7f5b939cf5618bfc8b97508
0x9aeae2af8c84521948c8cff8369150df25770ea82cb09d532f3d68d974f1d54f
0xd5f58a2df0485d5df440df1580986de059ec68fb7b2fbbfdff02e395d4462d96
0x3368e306f62f4b0d1813a0bd402246e1ed19f35135bcbdd51bf71195d1f4bc48

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