Cult of Cryptoart

Verified contract

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

No balances found for "Cult of Cryptoart"

0x389145a6744a7d79eb1758366ad1dfd0a85740e652bdbdbb5ab7d40012dc54e7
0x452184b2c94b461008d3ba0b0e1735bb8f246eef4c9e18d108ddf87043ebc36f
0x2003b5aa6410b0500cc8e07d03f2635e62fa9e5619772570667455a84fc4620e
0x7b65aa607cb88cbda8300897c9954b9da74cfbc46e3123734a1ab32bc9c00174
0x4075d351bd6c420362395f3331db20d8218d47d31a3b314b87a694c3ceccc384
0xf442569b59397522a895b1716c10b5a5ea3a90f315184c014f30545cadf27503
0x82c7f74ea16f017528fbde79caf44cd7379a8267de4363748e2aea70ccc55dc1
0xac67db616a3e868aabe79c000366a121bcdc8b1dd2141a774d04954bf500616d
0x0062497800807217d892acaf89fde5023b94a224e92e3154a5e07d043b002d00
0xada7a65212513a87b619ac4d0285584af8390ffcc6d29b665629b079e039cc8a

Functions
Getter at block 22905859
decimals(view returns (uint8)
18
name(view returns (string)
Cult of Cryptoart
symbol(view returns (string)
CULT
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