DeChungos
Verified contract
Active on
Ethereum with 488 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 "DeChungos"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18419359 | a year ago | | | 0 | 0.0010172829 | |
| 17551503 | a year ago | | | 0 | 0.00060994506 | |
| 17140109 | 2 years ago | | | 0 | 0.00077706383 | |
| 17064349 | 2 years ago | | | 0 | 0.0011022185 | |
| 17059433 | 2 years ago | | | 0 | 0.0011713266 | |
| 17002901 | 2 years ago | | | 0 | 0.00090837172 | |
| 17000910 | 2 years ago | | | 0 | 0.0017799689 | |
| 16993649 | 2 years ago | | | 0 | 0.00096439940 | |
| 16991379 | 2 years ago | | | 0 | 0.0017246711 | |
| 16990819 | 2 years ago | | | 0 | 0.0013367360 |
ABI
ABI objects
Getter at block 21225059
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://www.dechungos.xyz/metadata/
currentSale() view returns (uint256)
1
isReleased() view returns (uint256)
0
maxPublicMint() view returns (uint256)
69
maxSupply() view returns (uint256)
6665
mintCost() view returns (uint256)
0
name() view returns (string)
DeChungos
owner() view returns (address)
0x887f623c02201f7d3582aa5225b6aabff969e2a9
paused() view returns (bool)
false
symbol() view returns (string)
DC
totalSupply() view returns (uint256)
6665
Read-only
_PublicClaimed(address) view returns (uint256)
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) payable
mintOwner(address _to, uint256 _mintAmount)
pause(bool _state)
publicMint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCurrentSale(uint256 _newSale)
setisReleased(uint256 _newisReleased)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
updatePublic(uint256 _newPublicMax, uint256 _newPublicCost)
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)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()