Rektgirl
Verified contract
Active on
Ethereum with 3,805 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 "Rektgirl"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20678357 | 3 months ago | | | 0 | 0.00033588700 | |
| 20532315 | 4 months ago | | | 0 | 0.000060203619 | |
| 20106933 | 5 months ago | | | 0 | 0.000087934954 | |
| 19490125 | 8 months ago | | | 0 | 0.00058493509 | |
| 19162410 | 10 months ago | | | 0 | 0.00088066519 | |
| 19110174 | 10 months ago | | | 0 | 0.00036138504 | |
| 19078317 | 10 months ago | | | 0 | 0.00041210107 | |
| 18910217 | a year ago | | | 0 | 0.00045559610 | |
| 18866377 | a year ago | | | 0 | 0.00030117301 | |
| 18850130 | a year ago | | | 0 | 0.00096492389 |
ABI
ABI objects
Getter at block 21302913
baseURI() view returns (string)
maxFreeAmount() view returns (uint256)
6100
maxFreePerWallet() view returns (uint256)
5
maxPerTx() view returns (uint256)
10
maxPerWallet() view returns (uint256)
60
maxSuply() view returns (uint256)
10000
maxSupply() view returns (uint256)
8888
mintEnabled() view returns (bool)
true
name() view returns (string)
Rektgirl
owner() view returns (address)
0x1dc5b1a3c7c7e47916bd045eeb344c6b667bd936
price() view returns (uint256)
2000000000000000
revealed() view returns (bool)
false
symbol() view returns (string)
Rektgirl
totalSupply() view returns (uint256)
8888
unrevealedURI() view returns (string)
https://ipfs.io/ipfs/QmfHh9tjB1T2ZQpZH9iv8zbjVF8QBy8C37mbf26jB8QgFR
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)
flipReveal()
flipSale()
mint(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setMaxFreeAmount(uint256 _amount)
setMaxFreePerWallet(uint256 _amount)
setPrice(uint256 _newPrice)
setUnrevealedURI(string uri)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()