ExplodedDegen
Verified contract
Active on
Ethereum with 7,003 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 "ExplodedDegen"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20452296 | 3 months ago | | | 0 | 0.000052747706 | |
| 20394791 | 3 months ago | | | 0 | 0.000034370487 | |
| 20394791 | 3 months ago | | | 0 | 0.000031798712 | |
| 20260014 | 4 months ago | | | 0 | 0.000083833364 | |
| 19906014 | 6 months ago | | | 0 | 0.00015134972 | |
| 19819663 | 6 months ago | | | 0 | 0.00017833616 | |
| 19142240 | 9 months ago | | | 0 | 0.00050066408 | |
| 18828349 | a year ago | | | 0 | 0.0030595605 | |
| 17404182 | a year ago | | | 0 | 0.00088680855 | |
| 17339152 | a year ago | | | 0 | 0.0011754788 |
ABI
ABI objects
Getter at block 21123401
IS_SALE_ACTIVE() view returns (bool)
true
MAX_FREE_PER_WALLET() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
4444
MAX_TX_PER_WALLET() view returns (uint256)
4
ROYALTY_PERCENTAGE() view returns (uint96)
750
SALE_PRICE() view returns (uint256)
4000000000000000
name() view returns (string)
ExplodedDegen
owner() view returns (address)
0xdae60e0848d953ed636e55727dd58703ff8e1ef1
symbol() view returns (string)
EXPL
totalSupply() view returns (uint256)
4444
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNumberMinted(address addr) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
privateMint(address buyerAddress, uint256 quantity)
publicMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newURI)
setIsSaleActive(bool isActive)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()