Downsies
Verified contract
Active on
Ethereum with 8,002 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Downsies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20719360 | 3 months ago | | | 0 | 0.000067116600 | |
| 20464621 | 4 months ago | | | 0 | 0.00046639829 | |
| 20394624 | 4 months ago | | | 0 | 0.000026354296 | |
| 20268943 | 5 months ago | | | 0 | 0.00027861316 | |
| 20066571 | 6 months ago | | | 0 | 0.00012387000 | |
| 19659185 | 7 months ago | | | 0 | 0.00038694381 | |
| 19542360 | 8 months ago | | | 0 | 0.00065071630 | |
| 18923729 | a year ago | | | 0 | 0.00091854344 | |
| 18785555 | a year ago | | | 0 | 0.0018751985 | |
| 18502400 | a year ago | | | 0 | 0.00064414642 |
ABI
ABI objects
Getter at block 21290403
MaxperTxWl() view returns (uint256)
2
MaxperWallet() view returns (uint256)
333
MaxperWalletWl() view returns (uint256)
2
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://ipfs.io/ipfs/QmQp829X55sqBhtSKfkLjwabo7KAua14H2a9sbZJVA5rhF/
cost() view returns (uint256)
0
maxSupply() view returns (uint256)
3333
maxpertx() view returns (uint256)
2
merkleRoot() view returns (bytes32)
0x2b90c82cec650a13b706933aa3b7f8af15096c17c148fd6009158a8f5ac580cf
name() view returns (string)
Downsies
notRevealedUri() view returns (string)
ipfs://QmeeXPHhuVMYV2FM46sH7VCx748Fv5C5JKiqAhEcKjqBpM
owner() view returns (address)
0x8725c9329016d74a2046076e77af228376826ff9
paused() view returns (bool)
false
preSale() view returns (bool)
false
publicSale() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
Downsie
totalSupply() view returns (uint256)
3333
wlcost() view returns (uint256)
0
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 approve(address to, uint256 tokenId)
gift(uint256 _mintAmount, address destination)
mint(uint256 tokens) payable
pause(bool _state)
presalemint(uint256 tokens, bytes32[] merkleProof) payable
renounceOwnership()
reveal(bool _state)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setMaxPerWallet(uint256 _limit)
setMaxsupply(uint256 _newsupply)
setMerkleRoot(bytes32 _merkleRoot)
setNotRevealedURI(string _notRevealedURI)
setWLMaxpertx(uint256 _wlmaxpertx)
setWlCost(uint256 _newWlCost)
setWlMaxPerWallet(uint256 _limit)
setmaxpertx(uint256 _maxpertx)
togglepreSale(bool _state)
togglepublicSale(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _initBaseURI, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()