rekt Ghxsts
Verified contract
Active on
Ethereum with 478 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 Ghxsts"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20997364 | 2 months ago | | | 0 | 0.00020062555 | |
| 18274144 | a year ago | | | 0 | 0.00017598971 | |
| 16421917 | 2 years ago | | | 0 | 0.00065086739 | |
| 16303857 | 2 years ago | | | 0 | 0.00068640930 | |
| 15510660 | 2 years ago | | | 0 | 0.00016687303 | |
| 15201970 | 2 years ago | | | 0 | 0.00014973160 | |
| 15182544 | 2 years ago | | | 0 | 0.00028790318 | |
| 15158986 | 2 years ago | | | 0 | 0.00022714733 | |
| 15092894 | 2 years ago | | | 0 | 0.00054248536 | |
| 15015141 | 2 years ago | | | 0 | 0.0018273554 |
ABI
ABI objects
Getter at block 21425404
baseURI() view returns (string)
https://ipfs.io/ipfs/bafybeiby77jv4sxqhhyw37hs4aagq7twoi2yxpf2qzbsadbp5cnjs3m3xa/
maxFreePerWallet() view returns (uint256)
1
maxPerTx() view returns (uint256)
6
maxSupply() view returns (uint256)
666
mintEnabled() view returns (bool)
true
name() view returns (string)
rekt Ghxsts
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xf384d456c1d6f6ea43b1cf9acc11b72d8e82fa0d
price() view returns (uint256)
1666000000000000
symbol() view returns (string)
RGX
totalFree() view returns (uint256)
66
totalSupply() view returns (uint256)
666
Read-only
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)
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 approve(address to, uint256 tokenId)
freeMint(uint256 amt)
mint(uint256 amt) payable
ownerBatchMint(uint256 amt)
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_)
setMaxPerTx(uint256 maxPerTx_)
setMaxPerWallet(uint256 maxFreePerWallet_)
setOwnersExplicit(uint256 quantity)
setPrice(uint256 price_)
setTotalFree(uint256 totalFree_)
setmaxSupply(uint256 maxSupply_)
toggleMinting()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.