acdogeclub
Verified contract
Active on
Ethereum with 2,542 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 "acdogeclub"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20980386 | a month ago | | | 0 | 0.00034902851 | |
| 19159190 | 9 months ago | | | 0 | 0.00047950411 | |
| 18799639 | a year ago | | | 0 | 0.0013139073 | |
| 17479449 | a year ago | | | 0 | 0.0014081193 | |
| 17002537 | 2 years ago | | | 0 | 0.0013111581 | |
| 16986422 | 2 years ago | | | 0 | 0.0018490305 | |
| 16875060 | 2 years ago | | | 0 | 0.00033155352 | |
| 16697538 | 2 years ago | | | 0 | 0.0011911339 | |
| 16563328 | 2 years ago | | | 0 | 0.00044329177 | |
| 16560770 | 2 years ago | | | 0 | 0.00076315966 |
ABI
ABI objects
Getter at block 21214299
cost() view returns (uint256)
1000000000000000
hiddenMetadataUri() view returns (string)
ipfs
maxFreeMintAmount() view returns (uint256)
5
maxMintAmount() view returns (uint256)
20
maxSupply() view returns (uint256)
7777
name() view returns (string)
acdogeclub
owner() view returns (address)
0x546f0a872f012571148c2996381bc28a6a69e1a5
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
ACDC
totalSupply() view returns (uint256)
7773
uriPrefix() view returns (string)
ipfs://QmZYdDQRvZvsZeXeBpTeUhBfe3mSLZob8N9T5irYmDAZrq/
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
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)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxFreeMintAmount(uint256 _maxFreeMintAmount)
setMaxMintAmount(uint256 _maxMintAmount)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _tokenName, string _tokenSymbol, string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()