Faces of Rekt
Verified contract
Active on
Ethereum with 315 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) |
---|---|---|---|---|---|---|---|
| 20575750 | 3 months ago | | | 0 | 0.000072006356 | |
| 20575749 | 3 months ago | | | 0 | 0.000069949322 | |
| 20575522 | 3 months ago | | | 0 | 0.000021324562 | |
| 20575520 | 3 months ago | | | 0 | 0.000022222691 | |
| 19134946 | 10 months ago | | | 0 | 0.00098229487 | |
| 18893763 | a year ago | | | 0 | 0.00093727239 | |
| 17593512 | a year ago | | | 0 | 0.00090733966 | |
| 17013927 | 2 years ago | | | 0 | 0.0011259694 | |
| 17013913 | 2 years ago | | | 0 | 0.00087857605 | |
| 17004799 | 2 years ago | | | 0 | 0.00089351286 |
ABI
ABI objects
Getter at block 21210606
_baseURIextended() view returns (string)
ipfs://QmWo25HyZcvvBJnMQSp5ho6htun3UmBgteCseT6fhxgKNj/
can_contract_address() view returns (address)
0x01e690c5d3cc89cea84f2a3c2ccb38410ce2992d
interacter_address() view returns (address)
0x0000000000000000000000000000000000000000
mint_paused() view returns (bool)
true
multi_sig_wallet() view returns (address)
0x1ed3486c2abe166cc10a57f54fa9e4d41f87dea4
name() view returns (string)
Faces of Rekt
owner() view returns (address)
0x3d0cdb243eefd5c2e5a83b1aae4b572ab9c48a56
public_mint_price() view returns (uint256)
80000000000000000
symbol() view returns (string)
FoR
totalSupply() view returns (uint256)
135
whitelist_mint() view returns (bool)
true
wl_mint_price() view returns (uint256)
50000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
check_Xp_Owned(uint16 tokenId) 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)
tokenURI(uint256 tokenId) view returns (string)
token_struct(uint256) view returns (uint256 experience, bool is_staked, uint256 stake_date)
whiteListMapping(uint8) view returns (bytes32)
State-modifying
Events M_I_N_T(bytes32[] proof, uint16 quantity) payable
approve(address to, uint256 tokenId)
bulk_give_Exp(uint256 xp_amount, uint16[] id_array)
burn(uint16 amount)
dev_mint(uint16 quantity)
free_M_I_N_T(bytes32[] proof)
getExpBonus(uint16 tokenId)
giveExp(uint16 tokenId, uint256 xp_amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMarketCapMultiplier(bytes32[] proof, uint256 _capMultiplier)
set_Base_URI(string baseURI_)
set_Can_Address(address canContract)
set_Whitelist_MerkleRoot(bytes32 newMerkleRoot_, uint8 _id)
switch_Mint_State()
switch_Whitelist_Mint_State()
switch_stake(uint16 tokenId)
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()