Pirates of the Metaverse
Verified contract
Active on
Ethereum with 13,730 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
No balances found for "Pirates of the Metaverse"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21217244 | 8 days ago | | | 0 | 0.00095652987 | |
| 21177971 | 13 days ago | | | 0 | 0.00099283591 | |
| 21173496 | 14 days ago | | | 0 | 0.0014643247 | |
| 21119813 | 21 days ago | | | 0 | 0.000098872226 | |
| 21105037 | 23 days ago | | | 0 | 0.00025070998 | |
| 21104489 | 24 days ago | | | 0 | 0.000085439345 | |
| 21104487 | 24 days ago | | | 0 | 0.00015403821 | |
| 21101395 | 24 days ago | | | 0 | 0.00028895580 | |
| 21074691 | a month ago | | | 0 | 0.00032148048 | |
| 21074506 | a month ago | | | 0 | 0.00032758310 |
ABI
ABI objects
Getter at block 21273357
allowBurning() view returns (bool)
false
letContractMint() view returns (bool)
false
maxPerTransaction() view returns (uint256)
10
maxSupply() view returns (uint256)
10000
multiSigWallet() view returns (address)
0xb01a3021f067c16fa1ac56f790cfde75cd8e63e3
name() view returns (string)
Pirates of the Metaverse
offset() view returns (uint256)
3244
offsetRequested() view returns (bool)
true
owner() view returns (address)
0xebe07406e170f74d2916e0b25a259e97b1a63164
ownerMintBuffer() view returns (uint256)
200
presaleActive() view returns (bool)
false
presalePrice() view returns (uint256)
77000000000000000
provenanceHash() view returns (bytes32)
0xed6587c34eb5cadfb2ef3af47d60919169dd837613c0e46a78601962849d125b
root() view returns (bytes32)
0x577cb52ad1c71f1e903312f831edb481c82372e95e47cc3468878f893a760ccd
rootMintFree() view returns (bytes32)
0x074fd429d0385da1798afb244ed51bef2ca76e4571bfda4efaeb89992fccd23d
saleActive() view returns (bool)
false
salePrice() view returns (uint256)
50000000000000000
symbol() view returns (string)
POMV
totalNonBurnedSupply() view returns (uint256)
10000
totalSupply() view returns (uint256)
10000
Read-only
_tokenURI(uint256 tokenId) view returns (string)
balanceOf(address owner) view returns (uint256)
freeMints(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleMints(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndexOffChain(uint256 index) view returns (uint256)
tokenOfOwnerByIndexOffChain(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwnerOffChain(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
generateRandomOffset() returns (bytes32 requestId)
mint(uint256 tokenQuantity) payable
mintFree(uint256 allowance, bytes32[] proof, uint256 tokenQuantity)
mintPresale(uint256 allowance, bytes32[] proof, uint256 tokenQuantity) payable
ownerMint(uint256 tokenQuantity)
rawFulfillRandomness(bytes32 requestId, uint256 randomness)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowBurning(bool _allowBurning)
setApprovalForAll(address operator, bool approved)
setLetContractMint(bool _letContractMint)
setMaxPerTransaction(uint256 _maxPerTransaction)
setOwnerMintBuffer(uint256 _ownerMintBuffer)
setPresale(bool _presaleStatus)
setPresalePrice(uint256 _presalePrice)
setPrice(uint256 _salePrice)
setRoot(bytes32 _root)
setRootMintFree(bytes32 _root)
setSale(bool _saleStatus)
setURIStatus(bool _revealed, string _tokenBaseURI)
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(bytes32 merkleroot, string uri, bytes32 _rootMintFree, bytes32 _provenanceHash, address vrfCoordinator, address link, bytes32 keyhash, uint256 fee, address _multiSigWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.