RektCollective
Verified contract
Active on
Ethereum with 3,692 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 "RektCollective"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21103071 | 24 days ago | | | 0 | 0.000096363001 | |
| 20453144 | 4 months ago | | | 0 | 0.000055658960 | |
| 20362306 | 4 months ago | | | 0 | 0.00047596436 | |
| 20351216 | 4 months ago | | | 0 | 0.000047587275 | |
| 20233570 | 5 months ago | | | 0 | 0.0010100615 | |
| 20196699 | 5 months ago | | | 0 | 0.000090043016 | |
| 19910222 | 6 months ago | | | 0 | 0.00020370006 | |
| 19755535 | 7 months ago | | | 0 | 0.00020262624 | |
| 19376442 | 9 months ago | | | 0 | 0.0016831514 | |
| 19376424 | 9 months ago | | | 0 | 0.0046094549 |
ABI
ABI objects
Getter at block 21275040
DegenLimit() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
1111
REKTMode() view returns (bool)
true
baseUri() view returns (string)
ipfs://QmXoiNxJEgFjTrSRtPeh7KboNhJrSud9ErcJAPpeNk9Fvm/
mintFee() view returns (uint256)
20000000000000000
name() view returns (string)
REKT Collective
owner() view returns (address)
0x9c5e6199a4734188ced0d52ef8d47e7bfacd9a77
symbol() view returns (string)
REKT
totalSupply() view returns (uint256)
1111
whitelistMintFee() view returns (uint256)
0
Read-only
addressToFreeMinted(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isClaimed(uint256 _nftIndex, bool isWhiteListSale) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events GodMode(string newBaseURI)
RektMode()
Rug() payable
TeamMint(bytes _signature, uint256 _nftIndex, uint256 _quantity) payable
approve(address to, uint256 tokenId)
mint(bytes _signature, uint256 _nftIndex, uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()