Metaplaces World
Verified contract
Active on
Ethereum with 216 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 "Metaplaces World"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20013825 | 5 months ago | | | 0 | 0.00050447921 | |
| 19933686 | 6 months ago | | | 0 | 0.00029984081 | |
| 19926072 | 6 months ago | | | 0 | 0.00093921429 | |
| 19881080 | 6 months ago | | | 0 | 0.00032089260 | |
| 19881078 | 6 months ago | | | 0 | 0.00048151179 | |
| 19121971 | 9 months ago | | | 0 | 0.0011191845 | |
| 19121968 | 9 months ago | | | 0 | 0.0018660658 | |
| 19110252 | 9 months ago | | | 0 | 0.00017675509 | |
| 18805750 | a year ago | | | 0 | 0.00083648336 | |
| 18539721 | a year ago | | | 0 | 0.0012898052 |
ABI
ABI objects
Getter at block 21168281
baseURI() view returns (string)
https://9j26ul1cud.execute-api.us-east-2.amazonaws.com/getMetadataMpw/
isPublicSaleOn() view returns (bool)
false
isWlSaleOn() view returns (bool)
false
maxSupply() view returns (uint16)
5938
mintPrice() view returns (uint256)
160000000000000000
name() view returns (string)
Metaplaces World
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x7b6eddf37a46a4e2a4a1625f1baf65215ea98dba
symbol() view returns (string)
MPW
totalMinted() view returns (uint256)
782
totalSupply() view returns (uint256)
782
wlMintPrice() view returns (uint256)
120000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
checkValidity(bytes32[] _merkleProof) view returns (bool)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdropClaims(struct ERC721AMBAirdropClaim[] airdropClaimList)
approve(address to, uint256 tokenId)
initiateMint(uint256 _mintPrice, uint256 _wlMintPrice, uint16 _maxSupply)
publicMint(address to, uint256 quantity) 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 baseURIValue)
setMaxWlMintNumber(uint16 _maxWlMintNumber)
setMintDates(uint32 wlDate, uint32 publicDate)
setOwnersExplicit(uint256 quantity)
setRootMerkleHash(bytes32 _rootmt)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(address to, uint256 quantity, bytes32[] _merkleProof) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MintInitiated(uint256 mintPrice, uint256 wlMintPrice, uint16 maxSupply)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
receive()
AllOwnershipsHaveBeenSet()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
NoTokensMintedYet()
OwnerQueryForNonexistentToken()
QuantityMustBeNonZero()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()