CULT

Verified contract

Active on Base with 2 txns
Deployed by via 0xabfd1906 at 21892022
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "CULT"

0x13d32b2a01f9f44fbda727c2bd201737beb8a27010e7b1e7097ea71ff2d86022
0x6bafd393087248a1d781a583702106e27431d13d89c202a46a538ce0e59866fd

Functions
Getter at block 22933073
decimals(view returns (uint8)
18
name(view returns (string)
CULT
symbol(view returns (string)
CULT
totalSupply(view returns (uint256)
690000000000000000000000000000
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 namestring symboluint256 initialSupply
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