REKTSISTANCE
Verified contract
Active on
Ethereum with 1,281 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 "REKTSISTANCE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20599152 | 3 months ago | | | 0 | 0.000037056000 | |
| 20190367 | 5 months ago | | | 0 | 0.00036363100 | |
| 20190356 | 5 months ago | | | 0 | 0.00039531801 | |
| 18292944 | a year ago | | | 0 | 0.00025166390 | |
| 18252618 | a year ago | | | 0 | 0.00015393892 | |
| 18252618 | a year ago | | | 0 | 0.00015378952 | |
| 17546388 | a year ago | | | 0 | 0.00033586288 | |
| 16983700 | 2 years ago | | | 0 | 0.0020300940 | |
| 16917361 | 2 years ago | | | 0 | 0.00081494821 | |
| 16883983 | 2 years ago | | | 0 | 0.0017448507 |
ABI
ABI objects
Getter at block 21304951
ActiveContract() view returns (bool)
false
MAX_SUPPLY() view returns (uint256)
2222
MaxPerWalletWL() view returns (uint256)
2
REKTHOLDER_RESERVE() view returns (uint256)
700
TEAM_SUPPLY() view returns (uint256)
100
baseUri() view returns (string)
ipfs://bafybeihz4rba6vpcgeh6vspelpk4cg2im2umvtnciycxfny2ausscbsrte/
mintFee() view returns (uint256)
7000000000000000
name() view returns (string)
REKTSISTANCE
owner() view returns (address)
0x9c5e6199a4734188ced0d52ef8d47e7bfacd9a77
symbol() view returns (string)
RT
totalSupply() view returns (uint256)
1208
Read-only
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 REKT()
UnleashTheRektsistance()
allowlistmint(bytes _signature, uint256 _nftIndex, uint256 _quantity) payable
approve(address to, uint256 tokenId)
rektlistmint(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)
setbaseUri(string newBaseURI)
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()