OrderlyChaos

Verified contract

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

No balances found for "OrderlyChaos"

0x4d7213639349dee26773375f3fd5b6f8248f41dea2cc28f4561a4ea05af6e69d
0xf788256ea8136dd4f49f74862c477ada4ade79a3db8e101157b5cbb1f0a1e1c1
0x0d3133afab2eff8ef0526383953d31b406f45c0e6455004003ed941ae5eff0a8
0x1f982ed8c3b7927f44254cb80561c1a11272bb7874cc5cf2613f416c55952d99
0x5509f0ec128c5303b267fe408b029710eacb782986f97948c1c00e193bc95d54
0x0b887f8d163cda8aa5c5c2333cf7c21bce8f02f20e9539f0b9695e4b48750921
0x45312d6597d4638295c56e0e9fcb914a3870ce0c72838512d93cc118abaf29c5
0x7cb5de4f477ff69609ed29e90ac0114bbc000d58e9590b3bf2103fc01196f154
0x7f330583b54b891282dc42e9e3ad4abc9aef29df1cd155be3c12101336cce3a3
0x1bfba45877f1ad13ab4cfe3586a28270bf26c20425e56c8c81594d27c7dc7225

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