Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($43.03)
Native
Value
$43.03
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0165 | $2,607.65 |
$43.03 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16863325 | 2 years ago | | | 0 | 0.00077291950 | |
| 16720604 | 2 years ago | | | 0 | 0.0039454623 | |
| 16719544 | 2 years ago | | | 0 | 0.0011149600 | |
| 16719543 | 2 years ago | | | 0 | 0.0010826772 | |
| 16719542 | 2 years ago | | | 0 | 0.0011215261 | |
| 16714117 | 2 years ago | | | 0 | 0.0010651510 | |
| 16697939 | 2 years ago | | | 0 | 0.0013138354 | |
| 16697937 | 2 years ago | | | 0 | 0.0015232385 | |
| 16695729 | 2 years ago | | | 0 | 0.0013293593 | |
| 16686792 | 2 years ago | | | 0 | 0.00062699000 |
ABI
ABI objects
Getter at block 21127130
IS_ACTIVE() view returns (bool)
false
IS_FREE() view returns (bool)
true
IS_REVEALED() view returns (bool)
false
MAX_SUPPLY() view returns (uint256)
2000
PER_WALLET() view returns (uint256)
5
PRICE() view returns (uint256)
5500000000000000
name() view returns (string)
RektNews
owner() view returns (address)
0xab252ecb5ab7d57219225b21245ce33575d6ec98
symbol() view returns (string)
REKT
totalSupply() view returns (uint256)
2000
Read-only
balanceOf(address owner) 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)
State-modifying
Events approve(address to, uint256 tokenId) payable
creatorMint(uint256 _qty) payable
mint(uint256 qty) payable
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setPrice(uint256 _price)
setRevUrl(string _url)
setUnrevUrl(string _url)
toggleActive()
toggleFree()
transferFrom(address from, address to, uint256 tokenId) payable
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()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()