RektWTF
Verified contract
Active on
Ethereum with 6,126 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 "RektWTF"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21265088 | 20 hours ago | | | 0 | 0.00081604358 | |
| 21252573 | 3 days ago | | | 0 | 0.00066297600 | |
| 21252544 | 3 days ago | | | 0 | 0.00067017422 | |
| 21224584 | 6 days ago | | | 0 | 0.00086812039 | |
| 21224580 | 6 days ago | | | 0 | 0.00083422967 | |
| 21224577 | 6 days ago | | | 0 | 0.0011810906 | |
| 21213906 | 8 days ago | | | 0 | 0.00047722055 | |
| 21038658 | a month ago | | | 0 | 0.00035403807 | |
| 20984107 | a month ago | | | 0 | 0.00088649639 | |
| 20983836 | a month ago | | | 0 | 0.0018681394 |
ABI
ABI objects
Getter at block 21271060
MAX_SUPPLY() view returns (uint256)
9997
name() view returns (string)
RektWTF
owner() view returns (address)
0x8e4b068fb9a0664617753e697f7d15bee25a5daa
paused() view returns (bool)
false
signer() view returns (address)
0xd0713149c17f63b64ab13504e6fac896dde252cc
symbol() view returns (string)
REKT
totalSupply() view returns (uint256)
4872
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
nonces(address) view returns (uint16)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(bytes signature) payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
unpause()
updateURI(string newURI)
withdraw(address recipient)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Mint(address indexed account, uint256 nonce, bytes signature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(uint256 _maxSupply, string baseURI_, address _signer)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()