EverythingsCoo
Verified contract
Active on
Ethereum with 3,850 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($9,847.28)
Native
Value
$9,847.28
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 3.12 | $3,156.18 |
$9,847.28 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20364350 | 4 months ago | | | 0 | 0.00031855078 | |
| 20277521 | 4 months ago | | | 0 | 0.00075849160 | |
| 20138406 | 5 months ago | | | 0 | 0.000095247400 | |
| 20031447 | 5 months ago | | | 0 | 0.0016494743 | |
| 19747030 | 7 months ago | | | 0 | 0.00032202367 | |
| 19461131 | 8 months ago | | | 0 | 0.0011801773 | |
| 19412459 | 8 months ago | | | 0 | 0.0035228472 | |
| 19324152 | 9 months ago | | | 0 | 0.0015936355 | |
| 19159519 | 9 months ago | | | 0 | 0.00056636414 | |
| 19089195 | 10 months ago | | | 0 | 0.00081185727 |
ABI
ABI objects
Getter at block 21201066
auctionConfig() view returns (uint72 startPrice, uint72 floorPrice, uint72 priceDelta, uint32 expectedStepMintRate, uint32 startTime, uint32 endTime, uint32 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 (uint256, uint256)
(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 collectionSize, uint32 mintsPerTransaction, uint32 mintsPerWallet)
(collectionSize=10000, mintsPerTransaction=8, mintsPerWallet=16)
totalSupply() view returns (uint256)
10000
withdrawalAddress() view returns (address)
0x3bacaa58d23537c5ea3800108da3f703daf57de0
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdropMint(address to, uint256 quantity)
approve(address to, uint256 tokenId)
auctionMint(uint256 quantity) payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setAuctionConfig(uint72 startPrice, uint72 floorPrice, uint72 priceDelta, uint32 expectedStepMintRate, uint32 startTime, uint32 endTime, uint32 stepDurationInSeconds)
setBaseMetadataURI(string baseMetadataURI)
setExpectedStepMintRate(uint32 expectedStepMintRate)
setTokenAllocation(uint32 collectionSize, uint32 mintsPerTransaction, uint32 mintsPerWallet)
setWithdrawalAddress(address withdrawalAddress_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw()
AirdropMint(address indexed to, uint256 quantity, uint256 price, uint256 totalMinted, uint256 timestamp)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
AuctionConfigChange(uint256 startPrice, uint256 floorPrice, uint256 priceDelta, uint256 expectedStepMintRate, uint256 startTime, uint256 endTime, uint256 stepDurationInSeconds, uint256 timestamp)
AuctionMint(address indexed to, uint256 quantity, uint256 price, uint256 totalMinted, uint256 timestamp, uint256 step)
BaseMetadataURIChange(string baseMetadataURI, uint256 timestamp)
ExpectedStepMintRateChange(uint256 expectedStepMintRate, uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TokenAllocationChange(uint256 collectionSize, uint256 mintsPerTransaction, uint256 mintsPerWallet, uint256 timestamp)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
Withdrawal(address indexed withdrawalAddress, uint256 amount, uint256 timestamp)
WithdrawalAddressChange(address withdrawalAddress, uint256 timestamp)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()