Rektguy
Verified contract
Active on
Ethereum with 39,090 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 "Rektguy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21255166 | 3 hours ago | | | 0 | 0.00049094737 | |
| 21254115 | 7 hours ago | | | 0 | 0.00050348075 | |
| 21254077 | 7 hours ago | | | 0 | 0.00044720282 | |
| 21253217 | 10 hours ago | | | 0 | 0.00048443707 | |
| 21252941 | 11 hours ago | | | 0 | 0.00061789017 | |
| 21252940 | 11 hours ago | | | 0 | 0.00055422912 | |
| 21251614 | 15 hours ago | | | 0 | 0.0020282381 | |
| 21251492 | 16 hours ago | | | 0 | 0.0014448884 | |
| 21251400 | 16 hours ago | | | 0 | 0.0012760418 | |
| 21251176 | 17 hours ago | | | 0 | 0.0010482138 |
ABI
ABI objects
Getter at block 21256124
MAX_PURCHASE_TOKENS() view returns (uint256)
10
MAX_TOKENS() view returns (uint256)
11000
PRESALE_DURATION() view returns (uint256)
518400
getPreSaleDuration() view returns (uint256)
79266631
name() view returns (string)
Rektguy
owner() view returns (address)
0x6bf609583cd3cfa2393c535ca8c3f49fd23e00b3
preSaleIsActive() view returns (bool)
true
preSaleStartTimestamp() view returns (uint256)
1653166792
symbol() view returns (string)
Rektguy
tokenCounter() view returns (uint256)
8814
Read-only
balanceOf(address sampleAddress) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMerkleOneProofFor(address sampleAddress, bytes32[] _merkleProof) view returns (bool)
getMerkleTwoProofFor(address sampleAddress, bytes32[] _merkleProof) view returns (bool)
getValidNumberOfTokens(address checkAddress) view returns (uint256)
getValidNumberOfTokensForBuyer(address sampleAddress) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenBalancePerOwner(address) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
validNumberOfTokensPerBuyerMap(address) view returns (uint256)
whitelistClaimed(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
flipPreSale()
mintNFTPreSale(uint256 numberOfTokens, 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 newBaseTokenURI)
setDuration(uint256 duration)
setMerkleRootOne(bytes32 _merkleRoot)
setMerkleRootTwo(bytes32 _merkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistAddresses(address[] wallets, uint256[] validTokens)
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 name, string symbol, string initialURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.