RektTrollz
Verified contract
Active on
Ethereum with 1,428 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 "RektTrollz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19369951 | 8 months ago | | | 0 | 0.0060528076 | |
| 18921279 | 10 months ago | | | 0 | 0.0011635551 | |
| 18775628 | a year ago | | | 0 | 0.00094012112 | |
| 18449591 | a year ago | | | 0 | 0.00078066466 | |
| 16286229 | 2 years ago | | | 0 | 0.00075083056 | |
| 16100660 | 2 years ago | | | 0 | 0.00072594250 | |
| 15697541 | 2 years ago | | | 0 | 0.00088700510 | |
| 15621810 | 2 years ago | | | 0 | 0.00045873240 | |
| 15570616 | 2 years ago | | | 0 | 0.00035381075 | |
| 15561321 | 2 years ago | | | 0 | 0.00066052770 |
ABI
ABI objects
Getter at block 21075725
MAX_MINTS() view returns (uint256)
3333
MAX_MINT_SIZE() view returns (uint256)
2
MAX_TOKENS_PUBLIC_MINT() view returns (uint256)
2933
MINT_PER_WALLET() view returns (uint256)
2
PRICE() view returns (uint256)
0
RESERVED_MINTS_AVAILABLE() view returns (uint256)
0
isPublicSaleActive() view returns (bool)
false
name() view returns (string)
RektTrollz
nextOwnerToExplicitlySet() view returns (uint256)
0
numTokensMinted() view returns (uint256)
2025
owner() view returns (address)
0xf51667a1739116f91e8864580e4bd57e711f1543
symbol() view returns (string)
RektTrollz
totalSupply() view returns (uint256)
2425
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claimTheToken(uint256 numberOfTokens)
releaseReserved(address userAddress, uint256 numberOfTokens)
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)
switchOnPublicSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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(string _baseNFTURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.