Fungi

Verified contract

Active on Base with 25,888 txns
Deployed by via 0x10c3f336 at 12557441
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
20 additional variables
ERC-20
Value $33.53
ERC-20
Value $26.1
ERC-20
Value $3.09
ERC-20
Value $0.19
ERC-20
Value $0.04
ERC-20
Value $0.04
ERC-20
Value $0.01
ERC-20
Value $0
ERC-20
Value $0
ERC-20
Value $0
0x70a8a45cb54290b2557e6a538d9f4990269c85c62d95d05565d7a6244019015b
0xe98dd6ccfa849b41aa63175e3865867c025cf2a6b837b1f638e5863a2da412fb
0x53e97f404ad4d18e26b7899bee721dfba82ae0cc943240746f0014d6a9361374
0xc10906cd7ea3d2a1609702dadcba794bc11ccdb5335d8b2959d1d29e1e61293d
0xa66b6b94ac26eecb1a1cb963b41cdd86144a92c765266e93520a9b3cb95acefc
0x62223c7786e65aa6dd6aa714115529e26d61327a4d8a94505f87107367aee93d
0xacbfc4ab8884d15c96ffeaa479a2b24e60e8efda8840b19496b7b9a7a4cd68c9
0x38301d671476597241ce50c21157af20641074ba4530528854fc969d35f5349e
0x0b24f36acc2318808f68f802d48d34ef527b3be04b081b22c996037a0d278d9f
0xd7524d9ecc418f8497767cd271c189301261b1fcf79f7792884d5e00f80163c0

Functions
Getter at block 21754378
burnCount(view returns (uint256)
0
decimals(pure returns (uint8)
9
holdersCount(view returns (uint256)
4487
maxBuy(view returns (uint256)
210000000000000000
mushroomsTotalCount(view returns (uint256)
4291
name(view returns (string)
Fungi
owner(view returns (address)
0x0000000000000000000000000000000000000000
pool(view returns (address)
0x8ce9b689018fc94f44540b62ba6e10dc8b346448
sporesTotalCount(view returns (uint256)
1
symbol(view returns (string)
FUNGI
totalSupply(view returns (uint256)
210000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getHolderByIndex(uint256 indexview returns (address)
getHoldersList(uint256 startIndexuint256 countview returns (address[])
getMeta(struct SeedData seed_dataview returns (string)
getMushroom(struct SeedData seed_dataview returns (struct MushroomData)
getSvg(struct SeedData seed_dataview returns (string)
isOwnerOf(address owneruint256 seedview returns (bool)
mushroomCount(address ownerview returns (uint256)
mushroomOfOwnerByIndex(address owneruint256 indexview returns (struct SeedData data)
sporesDegree(address ownerview returns (struct SeedData data)
State-modifying
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
launch(address poolAddresspayable 
ownerRenounce(
setCaps(struct FileData[] data
setDots(struct FileData[] data
setSpores(struct FileData[] data
setStems(struct FileData[] data
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OnMushroomTransfer(address indexed fromaddress indexed tostruct SeedData seed_data
OnSporesGrow(address indexed holderstruct SeedData seed_data
OnSporesShrink(address indexed holderstruct SeedData seed_data
RenounceOwnership(
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ReentrancyGuardReentrantCall(