Rekt

Verified contract

Active on Ethereum with 12,955 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"

0xa72c6689a2b36454d79bd7ee5b8048767a35c33916bea7fe9d645ed9eae1b983
0x034c474dd8d238f846efef0235e37202bf10ab0fd5baafbae6533865b1934d84
0xbd7b81d5549f0c16bd7e56816425d0c5d00b7189e3b469fb103991776243a893
0x0257866ed031fdf0cecf6577c02b42adde95e721e7af77081831e1ae4af977cc
0xa5c8e68bd956db6c9a3366006915abc585c7c5bafa6601ef7931d0abb3bd6f81
0xb21b0f77309d39953fa72056fddcf1c644661788cb14299f897b05e0be660efc
0xf8c6e6274858a2d54c3590ea39fde686500544f14754fa6dcd45270a919babac
0xaf26cd52215f6e74a96c59f6f8d1d8191ddfb160560f3d9de78ae2b52ab89ae6
0x4783e762bec03d3101e343aca99f7d42f05a9dbcc5f4473ed70ea542c4045b2e
0xb449de34ceedc6db2159dee6487dceba8dd65fae70b264e7f913f6b867abfbe3

Functions
Getter at block 21313124
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(