PirateApes
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
10
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
1 additional
variable
Balances ($0.00)
No balances found for "PirateApes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "PirateApes"
ABI
ABI objects
Getter at block 21257089
FREE_AMOUNT_OG() view returns (uint16)
3
FREE_AMOUNT_PUBLIC() view returns (uint16)
1
FREE_AMOUNT_WL() view returns (uint16)
2
LOCATION_HEAVEN() view returns (uint8)
255
LOCATION_QUARANTINE() view returns (uint8)
254
MAX_SUPPLY() view returns (uint256)
5700
MAX_TOTAL_BATCH_SIZE() view returns (uint16)
10
PRICE_1_EXTRA() view returns (uint256)
40000000000000000
PRICE_4_EXTRA() view returns (uint256)
140000000000000000
PRICE_7_EXTRA() view returns (uint256)
210000000000000000
SALE_STARTED_AT_OG() view returns (uint256)
0
SALE_STARTED_AT_PUBLIC() view returns (uint256)
0
SALE_STARTED_AT_WL() view returns (uint256)
0
burned() view returns (uint256)
0
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
supply() view returns (uint256)
0
symbol() view returns (string)
totalSupply() view returns (uint256)
0
Read-only
_minters(uint256) view returns (address)
actualOwnerOf(uint256 tokenId) view returns (address)
balanceOf(address owner_) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner_, address operator_) view returns (bool)
isTransferUnlocked(address from, address to) view returns (bool)
locked(address) view returns (address locker, uint96 meta)
markets(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenOwnerState(address) view returns (uint16 startTokenId, uint16 batch, uint16 balance, uint208 meta)
tokenState(uint256) view returns (address owner, uint16 batch, uint8 locationId, uint72 meta)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events _mint(address to, uint16 amount)
approve(address to, uint256 tokenId)
burnBatchOperator(address from, uint256[] tokenIds)
initialize(address verifier_, address proxyRegistryAddress_)
lock(address locker)
lock(uint256 timestamp, bytes sig)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setMarketplace(address marketAddress, bool value)
setOperator(address operatorAddress, bool value)
setVerifier(address verifier_)
transfer(address to, uint256 tokenId, uint256 timestamp, bytes sig)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unlock(address wallet)
unlock(address wallet, uint256 timestamp, bytes sig)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint8 version)
Locked(address indexed ownder, address indexed locker, bool indexed state)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.