WZRDS APE
Verified contract
Active on
Ethereum with 1,114 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 "WZRDS APE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20093209 | 5 months ago | | | 0 | 0.00022876584 | |
| 19233134 | 9 months ago | | | 0 | 0.00058092864 | |
| 18266949 | a year ago | | | 0 | 0.00019354185 | |
| 17053561 | 2 years ago | | | 0 | 0.0011563471 | |
| 15973683 | 2 years ago | | | 0 | 0.00037408827 | |
| 15973408 | 2 years ago | | | 0 | 0.00039801693 | |
| 15966928 | 2 years ago | | | 0 | 0.00067293064 | |
| 15812270 | 2 years ago | | | 0 | 0.00064622121 | |
| 15602980 | 2 years ago | | | 0 | 0.00031080567 | |
| 15433540 | 2 years ago | | | 0 | 0.00039785860 |
ABI
ABI objects
Getter at block 21096675
_maxFreeMintPerAddr() view returns (uint256)
2
_maxFreeMintSupply() view returns (uint256)
1500
_maxMintPerTx() view returns (uint256)
20
_maxSupply() view returns (uint256)
3333
_mintPrice() view returns (uint256)
2000000000000000
baseURI() view returns (string)
ipfs://QmVbp8wEfs9kezB4gCNLKf169ys8kk1xepCXKk8sL2HNEU/
name() view returns (string)
WZRDS APE
owner() view returns (address)
0xf0043de333334392426e95d7dcf19a67582d69b8
symbol() view returns (string)
W A
totalSupply() view returns (uint256)
3333
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)
mint(uint256 count) 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 uri)
setFreeAmount(uint256 amount)
setPrice(uint256 _newPrice)
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)
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()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()