This contract is being backfilled. You may encounter incomplete storage history.

Rekt

Verified contract

Active on Ethereum with 12,950 txns
Deployed by via 0x613d48a0 at 15790597
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Rekt"

0xb21b0f77309d39953fa72056fddcf1c644661788cb14299f897b05e0be660efc
0xf8c6e6274858a2d54c3590ea39fde686500544f14754fa6dcd45270a919babac
0xaf26cd52215f6e74a96c59f6f8d1d8191ddfb160560f3d9de78ae2b52ab89ae6
0x4783e762bec03d3101e343aca99f7d42f05a9dbcc5f4473ed70ea542c4045b2e
0xb449de34ceedc6db2159dee6487dceba8dd65fae70b264e7f913f6b867abfbe3
0x74e8ddd9a686cb636afba1c2a9ad47bfb3feae3f6e25418dd90cafc0a73f2ddb
0x5ab494df1704132e0960220d2836a79af603069b28ad93a7cf02a3131cb4f2e2
0xdc0013059a7b0d11f9f776713e125d93c6dcc27ca89fb4f9865f934a79136f2e
0x62b42d88783402ec52b7a597af354264c0c9d8fc5e468e98449bdec783e912b9
0x727c0703fbb207955edceaf79286d31a3544324a757848aa58eefa1d9a0b1a87

Functions
Getter at block 20796193
isSaleActive(view returns (bool)
true
limit(view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
limitPerWallet(view returns (uint256)
100
minted(view returns (uint256)
11892
owner(view returns (address)
0xb67c0cde9974275836e77fac65bcbb5055d356e9
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
isApprovedForAll(address accountaddress operatorview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
uri(uint256view returns (string)
State-modifying
mint(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setLimitPerWallet(uint256 _limitPerWallet
setSaleActive(bool _isSaleActive
setUri(string uri
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(string _uri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
LimitPerWalletReached(
OnlyOwner(
SaleNotActive(
SoldOut(