This contract is being backfilled. You may encounter incomplete storage history.

Community Takeover

Verified contract

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

No balances found for "Community Takeover"

0xf559fee4f8399c159ae328ac5ad24552c0036ffd5958008f671a9eb8067f42d6
0x6d353e0523d15c5a34fdc09d4df6a2716b45ff419ac39387a723d28cbad99bb8
0x915eed88ea0c84cf3fd5d6bcd1fb8026df376e295cde8bed94b2817182ec8abc
0x92f843bf3395fa07836418a1f5b2a8b4162698ae5d6899ff2b2839f3974c0652
0xefe5ac8d24392a3c524c2a011177a94aa18d22322060777a26acfcbc8719ce7d
0xe3f5a52c7d519b82965fb46bb4bb46fc3666814f1029805ac052f893f24c78cf
0x73c0bbb38fc890969520bb091ef1ae17788f312afc7d8ed0064e7edd75b8635f
0xbb628a4b78428a5866f4b2c430cec372ae0536cce7685aeb816c5f122f4cfc35
0xaa108358d33ba72b90eefeca9e2a752ab510b017ea81dde8fd887c68b08aa05e
0xa21b1ab53dd4dc76c47f6c8151fc653a6efad4547ff54fea51d015ee5d1c5b47

Functions
Getter at block 22752711
decimals(view returns (uint8)
18
name(view returns (string)
Community Takeover
symbol(view returns (string)
CTO
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