Rekt-NFT
Verified contract
Active on
Ethereum with 2,834 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 "Rekt-NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16967167 | 2 years ago | | | 0 | 0.00078139209 | |
| 16949057 | 2 years ago | | | 0 | 0.0013898955 | |
| 16843935 | 2 years ago | | | 0 | 0.0013745693 | |
| 16711090 | 2 years ago | | | 0 | 0.0012003199 | |
| 16633002 | 2 years ago | | | 0 | 0.0012556486 | |
| 16569662 | 2 years ago | | | 0 | 0.0010094951 | |
| 16496910 | 2 years ago | | | 0 | 0.00089530971 | |
| 16491362 | 2 years ago | | | 0 | 0.00076081540 | |
| 16430015 | 2 years ago | | | 0 | 0.00069265137 | |
| 16430014 | 2 years ago | | | 0 | 0.0010838156 |
ABI
ABI objects
Getter at block 21318742
baseURI() view returns (string)
https://gateway.lighthouse.storage/ipfs/QmZCv8ADBNtzP4cGmex4zGkYKprhy1qxABFq4ZCCpqQrng/
currentSupply() view returns (uint256)
2023
getAdmins() view returns (address[])
[0xE2AdD4E1B377E7B1e36D72cFD32642101c432883]
maxMintAmount() view returns (uint8)
1
maxSupply() view returns (uint256)
2023
name() view returns (string)
Rekt-NFT
owner() view returns (address)
0xe2add4e1b377e7b1e36d72cfd32642101c432883
publicSaleActive() view returns (bool)
true
symbol() view returns (string)
REKT
totalSupply() view returns (uint256)
2022
withdrawAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
admins(uint256) view returns (address)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerByAddress(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whitelistClaimed(address) view returns (bool)
State-modifying
Events SetMaxMintAmount(uint8 _maxMintAmount)
SetPayoutAddress(address _payoutAddress)
addAdminAddress(address _adminAddress)
approve(address to, uint256 tokenId)
mintOnlyAdmin(uint256 mintAmount)
mintPublicSale()
mintWhiteListSale(bytes32[] _merkleProof)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMerkleRoot(bytes32 _merkleRoot)
setpublicSale(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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(string _name, string _symbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()