Apes vs Monke
Verified contract
Active on
Ethereum with 239 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 "Apes vs Monke"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17136215 | 2 years ago | | | 0 | 0.0014851042 | |
| 17108683 | 2 years ago | | | 0 | 0.0035519874 | |
| 17067780 | 2 years ago | | | 0 | 0.0034175857 | |
| 17030055 | 2 years ago | | | 0 | 0.00069955966 | |
| 17005566 | 2 years ago | | | 0 | 0.0019734229 | |
| 17005551 | 2 years ago | | | 0 | 0.0035890886 | |
| 17005513 | 2 years ago | | | 0 | 0.0019386187 | |
| 17005511 | 2 years ago | | | 0 | 0.0020124778 | |
| 17005500 | 2 years ago | | | 0 | 0.0018775153 | |
| 17005496 | 2 years ago | | | 0 | 0.0017699295 |
ABI
ABI objects
Getter at block 21205050
baseURI() view returns (string)
ipfs://bafybeihnw6mi2l3erb4esktralvdw65nsmyd3frrzq4oidz7tmaq2a2cda/
maxFreeAmount() view returns (uint256)
1069
maxFreePerWallet() view returns (uint256)
3
maxPerTx() view returns (uint256)
20
maxPerWallet() view returns (uint256)
40
maxSupply() view returns (uint256)
1069
mintEnabled() view returns (bool)
true
name() view returns (string)
Apes vs Monke
owner() view returns (address)
0x1d15007d130c0a8b0644c3a33c73c4c532c39862
price() view returns (uint256)
2500000000000000
symbol() view returns (string)
aVSm
totalSupply() view returns (uint256)
575
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)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adminMint(uint256 _amountPerAddress, address[] addresses)
approve(address to, uint256 tokenId) payable
flipSale()
publicMint(uint256 quantity) 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)
setBaseURI(string uri)
setMaxFreeAmount(uint256 _amount)
setMaxFreePerWallet(uint256 _amount)
setPrice(uint256 _newPrice)
setRoyaltyInfo(address _receiver, uint96 _royaltyFeesInBips)
transferFrom(address from, address to, uint256 tokenId) payable
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(uint96 _royaltyFeesInBips, string _name, string _symbol, string _initBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()