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 "Rekt"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21094340 | a month ago | | | 0 | 0.00055028952 | |
| 21094330 | a month ago | | | 0 | 0.00070200277 | |
| 21062819 | a month ago | | | 0 | 0.00035133929 | |
| 21024923 | a month ago | | | 0 | 0.00010138371 | |
| 20953622 | 2 months ago | | | 0 | 0.00035522212 | |
| 20650959 | 3 months ago | | | 0 | 0.000027960824 | |
| 20638703 | 3 months ago | | | 0 | 0.000030161849 | |
| 20541903 | 4 months ago | | | 0 | 0.00011457005 | |
| 20535652 | 4 months ago | | | 0 | 0.00041210203 | |
| 20524497 | 4 months ago | | | 0 | 0.000050346834 |
ABI
ABI objects
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 account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events mint()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setLimitPerWallet(uint256 _limitPerWallet)
setSaleActive(bool _isSaleActive)
setUri(string uri)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string _uri)
This contract contains no fallback and receive objects.
LimitPerWalletReached()
OnlyOwner()
SaleNotActive()
SoldOut()