Melania Trump Digital Trading Cards
Verified contract
Active on
Ethereum with 509 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 "Melania Trump Digital Trading Cards"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21105751 | a month ago | | | 0 | 0.000081142552 | |
| 18599311 | a year ago | | | 0 | 0.0010855077 | |
| 17969909 | a year ago | | | 0 | 0.00081840072 | |
| 16954763 | 2 years ago | | | 0 | 0.0011271310 | |
| 16868663 | 2 years ago | | | 0 | 0.00063270232 | |
| 16823383 | 2 years ago | | | 0 | 0.00095779829 | |
| 16665848 | 2 years ago | | | 0 | 0.00087475875 | |
| 16661876 | 2 years ago | | | 0 | 0.00098100739 | |
| 16656264 | 2 years ago | | | 0 | 0.0010827984 | |
| 16656261 | 2 years ago | | | 0 | 0.0011783245 |
ABI
ABI objects
Getter at block 21385447
baseURI() view returns (string)
https://nftstorage.link/ipfs/bafybeigwp43bbyobqvdi24emtfpn7bfboximvimysfkj22vo37bhnjzuyu/
maxFreePerWallet() view returns (uint256)
1
maxFreeSupply() view returns (uint256)
2500
maxPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
2500
name() view returns (string)
Melania Trump Digital Trading Cards
owner() view returns (address)
0x37b72eb0653c1493f398ace03dac8108d646d1b6
price() view returns (uint256)
0
symbol() view returns (string)
MELANIADTC
totalFreeMinted() view returns (uint256)
22
totalSupply() view returns (uint256)
2500
Read-only
_mintedFreeAmount(address) view returns (uint256)
balanceOf(address owner) 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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
changePrice(uint256 _price)
mint(uint256 _amount) payable
mintFree(uint256 _amount) 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 baseURI_)
setMaxPerTx(uint256 _amount)
setmaxFreeSupply(uint256 _newMaxFreeSupply)
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()