Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
Balances ($0.00)
No balances found for "President Trump"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16038067 | 2 years ago | | | 0 | 0.00036276775 | |
| 16038063 | 2 years ago | | | 0 | 0.00035046732 | |
| 15666853 | 2 years ago | | | 0 | 0.00045234279 | |
| 15666851 | 2 years ago | | | 0 | 0.00061546697 | |
| 15598210 | 2 years ago | | | 0 | 0.00017284015 | |
| 15598093 | 2 years ago | | | 0 | 0.00022781291 | |
| 15598087 | 2 years ago | | | 0 | 0.00022164603 | |
| 15594251 | 2 years ago | | | 0 | 0.00015222053 | |
| 15589226 | 2 years ago | | | 0 | 0.00029111911 | |
| 15588727 | 2 years ago | | | 0 | 0.00015917170 |
ABI
ABI objects
Getter at block 21330714
Contractbanned() view returns (bool)
false
ListWhitelistMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PRICE() view returns (uint256)
90000000000000000
WlRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
getMaxSupply() view returns (uint256)
3333
isPublicSaleOn() view returns (bool)
true
maxPerAddressDuringMint() view returns (uint256)
1000
maxSupply() view returns (uint256)
3333
name() view returns (string)
President Trump
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x4f0551f5c192d96df02245734e036c0bcf7c4fd9
saleConfig() view returns (uint32 publicMintStartTime, uint32 MintStartTime, uint256 Price, uint256 AmountForWhitelist, uint256 AmountForPubliclist)
(publicMintStartTime=1663828200, MintStartTime=1663828200, Price=40000000000000000, AmountForWhitelist=1000, AmountForPubliclist=1000)
symbol() view returns (string)
PT
totalSupply() view returns (uint256)
3325
Read-only
_ToContract(uint256) view returns (bool)
_addressToContract(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
isInTheWhitelist(bytes32[] _merkleProof) view returns (bool)
numberMinted(address owner) view returns (uint256)
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 InitInfoOfSale(uint32 publicMintStartTime, uint32 mintStartTime, uint256 price, uint256 amountForWhitelist, uint256 AmountForPubliclist)
MintBywhiteList(uint256 quantity, bytes32[] _merkleProof) payable
MintbyPublic(uint256 quantity) payable
approve(address to, uint256 tokenId)
approve(address to, uint256 tokenId, bytes32[] _merkleProof)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAddressToContract(address[] _address, bool[] _allow)
setApprovalForAll(address operator, bool approved)
setApprovalForAll(address operator, bool approved, bytes32[] _merkleProof)
setBaseURI(string baseURI)
setContractbanned()
setListWhitelistMerkleRoot(bytes32 _merkleRoot)
setMintStartTime(uint32 timestamp)
setOwnersExplicit(uint256 quantity)
setPrice(uint256 price)
setPublicMintStartTime(uint32 timestamp)
setTokenToContract(uint256 _tokenId, bool _allow)
setwlRoot(bytes32 _merkleRoot)
switchBack()
timeStop(uint256[] tokenids)
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(uint256 maxBatchSize_, uint256 collectionSize_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()