EverythingsCoo

Verified contract

Active on Ethereum with 3,850 txns
Deployed by via 0x83992028 at 14993793
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Native
Value $9,847.28
0x81aebf8b19e5b19ff053451862302d7e3d6745dc87112a2294fe57780f24197f
0x1b2a0232aca065a93692f1d5b09d6d4622366db2eda3bfbcfb21c024f600fd3c
0x16aa0e70fa46816b096486c72c04bae01eef19ceb313c0359a33349471fa7364
0x1a4db0af2d4a051fa784cee28afb65fd9ca53ff730c663f4a79ef1959ae81c1e
0x74790d866dc3c7ae63687d1b92265323944093993357a55d80ae276740181623
0x6247b4e641c223819d28c35e2cf0d54e5d5bf3fe154769bf92ef9c38057a66d8
0x935f87e841d3e656f4816fc7db40e9f7da4acb37d374757c4244e396a8ccac65
0xc7397f3ccffbdd5e314707b43e10adc6498e9452c077ec46ab079e323efe31d4
0x0a5879a378774d387d3498bf75dfd83078dd8e81daf52251854e5dd4a4294ecf
0xe5426b654001125f5dcbe16df46c9e14222571401425b44e518ee5432874d173

Functions
Getter at block 21201066
auctionConfig(view returns (uint72 startPriceuint72 floorPriceuint72 priceDeltauint32 expectedStepMintRateuint32 startTimeuint32 endTimeuint32 stepDurationInSeconds)
(startPrice=0, floorPrice=0, priceDelta=1000000000000000, expectedStepMintRate=3, startTime=1656382200, endTime=1659175200, stepDurationInSeconds=30)
getCurrentAuctionPrice(view returns (uint256)
0
getCurrentStep(view returns (uint256)
93100
getCurrentStepAndPrice(view returns (uint256uint256)
(93100, 0)
name(view returns (string)
EverythingsCoo
owner(view returns (address)
0x3bacaa58d23537c5ea3800108da3f703daf57de0
paused(view returns (bool)
false
symbol(view returns (string)
ETC
tokenAllocation(view returns (uint32 collectionSizeuint32 mintsPerTransactionuint32 mintsPerWallet)
(collectionSize=10000, mintsPerTransaction=8, mintsPerWallet=16)
totalSupply(view returns (uint256)
10000
withdrawalAddress(view returns (address)
0x3bacaa58d23537c5ea3800108da3f703daf57de0
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdropMint(address touint256 quantity
approve(address touint256 tokenId
auctionMint(uint256 quantitypayable 
pause(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setAuctionConfig(uint72 startPriceuint72 floorPriceuint72 priceDeltauint32 expectedStepMintRateuint32 startTimeuint32 endTimeuint32 stepDurationInSeconds
setBaseMetadataURI(string baseMetadataURI
setExpectedStepMintRate(uint32 expectedStepMintRate
setTokenAllocation(uint32 collectionSizeuint32 mintsPerTransactionuint32 mintsPerWallet
setWithdrawalAddress(address withdrawalAddress_
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
withdraw(
Events
AirdropMint(address indexed touint256 quantityuint256 priceuint256 totalMinteduint256 timestamp
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
AuctionConfigChange(uint256 startPriceuint256 floorPriceuint256 priceDeltauint256 expectedStepMintRateuint256 startTimeuint256 endTimeuint256 stepDurationInSecondsuint256 timestamp
AuctionMint(address indexed touint256 quantityuint256 priceuint256 totalMinteduint256 timestampuint256 step
BaseMetadataURIChange(string baseMetadataURIuint256 timestamp
ExpectedStepMintRateChange(uint256 expectedStepMintRateuint256 timestamp
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
TokenAllocationChange(uint256 collectionSizeuint256 mintsPerTransactionuint256 mintsPerWalletuint256 timestamp
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Withdrawal(address indexed withdrawalAddressuint256 amountuint256 timestamp
WithdrawalAddressChange(address withdrawalAddressuint256 timestamp
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(