Metaplaces Artifacts
Verified contract
Active on
Ethereum with 228 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 Artifacts"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20319262 | 4 months ago | | | 0 | 0.00021041378 | |
| 19499924 | 8 months ago | | | 0 | 0.0018335141 | |
| 19465503 | 8 months ago | | | 0 | 0.0042399216 | |
| 19465494 | 8 months ago | | | 0 | 0.0041447795 | |
| 19464570 | 8 months ago | | | 0 | 0.0036791729 | |
| 19464461 | 8 months ago | | | 0 | 0.0041632999 | |
| 19135132 | 10 months ago | | | 0 | 0.0019967716 | |
| 18805752 | a year ago | | | 0 | 0.00076768418 | |
| 17499782 | a year ago | | | 0 | 0.00038499165 | |
| 16983615 | 2 years ago | | | 0 | 0.0047922057 |
ABI
ABI objects
Getter at block 21227533
airdropsClaimed() view returns (uint16)
0
baseURI() view returns (string)
https://api.meta-places.io/getMetadataArtifacts/
isPublicSaleOn() view returns (bool)
false
isWlSaleOn() view returns (bool)
false
maxAirdropClaims() view returns (uint16)
100
maxSupply() view returns (uint16)
1000
mintPrice() view returns (uint256)
65000000000000000
name() view returns (string)
Metaplaces Artifacts
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x7b6eddf37a46a4e2a4a1625f1baf65215ea98dba
symbol() view returns (string)
MA
totalMinted() view returns (uint256)
123
totalSupply() view returns (uint256)
64
wlMintPrice() view returns (uint256)
45000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
bridgedNfts(uint256) view returns (string)
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 ERC721AMOAirdropClaim[] airdropClaimList)
approve(address to, uint256 tokenId)
bridgeAndBurn(uint256 _nftId, string _btcAddress)
initiateMint(uint256 _mintPrice, uint256 _wlMintPrice, uint16 _maxAirdropClaims, uint16 _maxSupply)
publicMint(address to, uint256 quantity, uint256 _params) 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)
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, uint256 _params) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BridgedAndBurned(address from, uint256 nftId, string btcAddress)
MintInitiated(uint256 mintPrice, uint256 wlMintPrice, uint16 maxAirdropClaims, uint16 maxSupply)
MintedAI(uint256 nftId, uint256 params, address owner)
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()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
QuantityMustBeNonZero()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()