Chicken Coin

Unverified contract

Proxy

Active on Base with 3,334 txns
Deployed by via 0xcbd2587a at 10230343
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
ERC-20
--
ERC-20
--
0x4f60534b2d3406596c1f17dc18aece588b85bc056e76a403064e963c7c248582
0x3b49ebfac4939b72baf25e2c097135844d908a75fc918469cc2dc7263eec4eba
0xfe4be57be24f9eb26621b7fd7cf1526eed6c7ee3ce0afefbfc09e41773ed3042
0x0c3d06d71523336b0be640ec48d3830c73dfe79d69ccbf834b9a3fc126405665
0xafd6cd4e09c017ba179559c2d7a9d37bffe728fdb43b2a2d48863f372ea9109b
0x91d55b425155183c64b7277c78cbcca843ed4e972ff4174e4d7a940624edade3
0xecdeb25a456df6e4d044e2050b022feb55b3f122eb36330888000f72466933de
0x9c999f9d89413c4802cfa7ab2ff52fca22e7ef259a02f862813755a1f5183fa6
0x934d4ccbc836b6c4bafe3df2c64c7765a7fbe726f5ad6e136208bbea04def952
0xb1c2e2275f0322de36fb5fd5fa6eceef4a439a2d09beb8b3215135d5e8a4a646

Functions
Getter at block 22920198
bond(view returns (address)
0xc5a076cad94176c2996b32d8466be1ce757faa27
decimals(view returns (uint8)
18
name(view returns (string)
Chicken Coin
symbol(view returns (string)
CHICKEN
totalSupply(view returns (uint256)
26305904793905203856746411747
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burnByBond(address accountuint256 amount
init(string name_string symbol_
mintByBond(address touint256 amount
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

This contract contains no constructor objects.

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
MCV2_Token__AlreadyInitialized(
MCV2_Token__PermissionDenied(