WITCH

Verified contract

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

No balances found for "WITCH"

0x2b044c59477694ba9e3913290ecc87dfcc453aa2f3d5425e9c3f4f8f7194a961
0x02ecc624861f14295919a3ca184e1a1c04ea5d310c76fd999fe86fdc99abc515
0xe13add67ebda5cf587011d83bd4cf2df14fab259ee8fc26036aa01fd24c6ac7c
0xb14d24f1cfaf9401fded23b5a416292bc9a52ee8c8faecf5fe3288f1ed465621
0x5e7bd86ef8b1f886e135767d14b896c8d51ceb53aa35c9349d5477303826c89f
0x102b2f34edcf3788100bd7f5a7350b82286bfb4f5b921d3ca53adbd683e479d2
0x1d489352c47c29cbd9db35ca8e2b42e27be7005f3070e4d6e600088645f88296
0x2ab28282ff4426f6f5d0f6b41871f9661b00d30dd19c4b2efb2a01ee3f014bbb
0xd87948734e55644311f291526e22f6918ba905c0a0cf1130383172d3a34ebefe
0x9275ba8126181dd4f9d7a57f47fe94c161e081a1a19e68d6c5028734e6d2eb2c

Functions
Getter at block 23072263
decimals(view returns (uint8)
18
name(view returns (string)
WITCH
symbol(view returns (string)
COVEN
totalSupply(view returns (uint256)
100000000000000000000000000000
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