Faces of Rekt
Verified contract
Active on
Ethereum with 1,031 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 "Faces of Rekt"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16010796 | 2 years ago | | | 0 | 0.00050858487 | |
| 15485873 | 2 years ago | | | 0 | 0.00069367566 | |
| 15468353 | 2 years ago | | | 0 | 0.00026575179 | |
| 15466476 | 2 years ago | | | 0 | 0.00032427328 | |
| 15466417 | 2 years ago | | | 0 | 0.00093855938 | |
| 15466389 | 2 years ago | | | 0 | 0.0011640057 | |
| 15466379 | 2 years ago | | | 0 | 0.0010552322 | |
| 15466375 | 2 years ago | | | 0 | 0.0012539234 | |
| 15466294 | 2 years ago | | | 0 | 0.00049777330 | |
| 15466278 | 2 years ago | | | 0 | 0.00079751197 |
ABI
ABI objects
Getter at block 21329914
contractURI() pure returns (string)
isPaused() view returns (bool)
false
maxSupply() view returns (uint256)
9000
name() view returns (string)
Faces of Rekt
owner() view returns (address)
0xc781481a15b59dee7e2595bbd1a50fdc6bb111c0
symbol() view returns (string)
FOR
totalSupply() view returns (uint256)
6540
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedCount(address owner) view returns (uint256)
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)
devMint(address to, uint256 count)
mint(uint256 signature) 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 url)
setMaxSupply(uint256 newMaxSupply)
start(bool paused)
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()