IRONIC

Verified contract

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

No balances found for "IRONIC"

0x4921638812aa410f352ef57b5123886aee1526f6e65bc7f39601ff7eddfac314
0x455e431f82fa9c8f40edc462bcc2e0befe69c92d9583d611be3d199908e79b26
0xf67cd58688d4709bb8b4570d637159d6409e5a0f59310dbb8bf86e858cae2647
0xaaa586a1abd151f935e1c8dbe731cfd9698c81b0ac25b69c82bf0af0c82320cf
0x4ed45d6bf080f4bc8b360010c776532c60b939d0751acafa53211f53dcd04662
0x93fec9d61857aab4a0ce3bde6b5c2ccacfd187d21953ce8501d8712373f8f39a
0x720efc07df8489f460e681882a016736967846a4d1850894fecfbfec56e6c784
0xbeab342e775827fb7ccb44c722f45948d17e664a78cdaff75c764a51f0194339
0x1bd2c1a5ba5f02b95aa9d29b1b0fb7256a725484889a2f6a2a7cab0216979cc9
0x2d31848cb49c7b522438e81958f0c463a52a982fdb3d40be258d4232d7d23cd0

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