Metaverse Marauders
Verified contract
Active on
Ethereum with 1,850 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Metaverse Marauders"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21038436 | 5 days ago | | | 0 | 0.00038432909 | |
| 20969651 | 14 days ago | | | 0 | 0.0013554610 | |
| 20969648 | 14 days ago | | | 0 | 0.0014135955 | |
| 20969646 | 14 days ago | | | 0 | 0.0017133830 | |
| 20723327 | 2 months ago | | | 0 | 0.00025035888 | |
| 20723052 | 2 months ago | | | 0 | 0.00053626194 | |
| 20632893 | 2 months ago | | | 0 | 0.000062502084 | |
| 20628167 | 2 months ago | | | 0 | 0.00011811024 | |
| 20551002 | 2 months ago | | | 0 | 0.00012682109 | |
| 20550993 | 2 months ago | | | 0 | 0.00012178863 |
ABI
ABI objects
Getter at block 21072710
VERSION() view returns (string)
1
baseURI() view returns (string)
ipfs://ipfs/QmanvwTSLCRtux3eiovtwoJcK7Ko8tbLXtLHmCLMq7sKQR/
getPrice() view returns (uint256)
200000000000000000
maxMint() view returns (uint256)
25
mintableSupply() view returns (uint256)
12000
name() view returns (string)
Metaverse Marauders
owner() view returns (address)
0x8aeeb1636cc7ff56112bca6dfec68443cc092b2d
preRevealURI() view returns (string)
priceSale() view returns (uint256)
200000000000000000
proofSig() view returns (string)
reserveAddress() view returns (address)
0x8aeeb1636cc7ff56112bca6dfec68443cc092b2d
reservedSupplyAllocation() view returns (uint256)
43
saleHasEnded() view returns (bool)
true
saleIsActive() view returns (bool)
false
symbol() view returns (string)
MM
totalSupply() view returns (uint256)
3163
Read-only
balanceOf(address owner) view returns (uint256)
balanceOfUser(address userBalance) 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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address[] recipient) returns (bool)
approve(address to, uint256 tokenId)
migrate(address[] recipient, uint256[] tokenIds) returns (bool)
mint(uint256 amountToMint) payable returns (bool)
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)
setPreRevealURI(string preRevealURI_)
setPrice(uint256 newPriceSale)
setProofSig(string proofSig_)
setReservedSupplyAllocation(uint256 reservedSupplyAllocation_)
setSaleActiveStatus(bool saleActiveStatus_)
setSaleEndingStatus(bool saleEndingStatus_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawSale() payable returns (bool)
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 tokenBaseURI, uint256 mintableSupply_, uint256 reservedSupplyAllocation_, address reserveAddress_)
This contract contains no fallback and receive objects.
This contract contains no error objects.