Truplay
Verified contract
Active on
Ethereum with 26,900 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 "Truplay"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20826395 | 2 months ago | | | 0 | 0.00064255655 | |
| 20746668 | 2 months ago | | | 0 | 0.000050576237 | |
| 20655668 | 3 months ago | | | 0 | 0.000019418400 | |
| 20652762 | 3 months ago | | | 0 | 0.000028857773 | |
| 20627392 | 3 months ago | | | 0 | 0.000037214235 | |
| 20575472 | 3 months ago | | | 0 | 0.000022337274 | |
| 20543392 | 3 months ago | | | 0 | 0.000036789957 | |
| 20023397 | 6 months ago | | | 0 | 0.00031948958 | |
| 19899765 | 6 months ago | | | 0 | 0.000068274219 | |
| 19879183 | 6 months ago | | | 0 | 0.00016431885 |
ABI
ABI objects
Getter at block 21285340
MAX_PUBLIC_SUPPLY() view returns (uint256)
6650
MAX_TOTAL_SUPPLY() view returns (uint256)
7000
NFTlimitPerUser() view returns (uint8)
1
baseURI() view returns (string)
ipfs://QmdP89EmskHJyoisSHxHm9WhsqRmH9V1mZRz6rZm9EQwYp/
isSaleActive() view returns (bool)
true
mintedNftAmount() view returns (uint256)
6650
name() view returns (string)
Truplay
owner() view returns (address)
0xddc769b0cc030f69fa32db8e4031d90c45dca483
paused() view returns (bool)
false
symbol() view returns (string)
TRU
Read-only
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)
flipSaleState()
pause()
renounceOwnership()
safeMint()
safeReserveMint()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
safeWhitelistMint(bytes32[] merkleProof)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setNFTLimit(uint8 _NFTlimit)
setWhitelistMerkleRoot(bytes32 _whitelistMerkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MintSuccessful(uint256 tokenId)
NewBaseURI(string baseURI)
NewNFTLimit(uint8 NFTlimit)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
ReserveMintSuccessful(uint256 tokenId)
SaleState(bool isSaleActive)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
WhitelistMintSuccessful(uint256 tokenId)
WithdrawalSuccessful(uint256 balance)
constructor(string _baseUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.