1984Redux
Verified contract
Active on
Ethereum with 6,375 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($33.32)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LINK | ERC-20 | 2 | $16.66 |
$33.32 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21153397 | 17 days ago | | | 0 | 0.00068859739 | |
| 21030906 | a month ago | | | 0 | 0.00057656910 | |
| 21022772 | a month ago | | | 0 | 0.00074899920 | |
| 21021014 | a month ago | | | 0 | 0.00055930649 | |
| 21019730 | a month ago | | | 0 | 0.00039845553 | |
| 20948566 | a month ago | | | 0 | 0.00044849700 | |
| 20884496 | 2 months ago | | | 0 | 0.00030801000 | |
| 20884496 | 2 months ago | | | 0 | 0.00030843000 | |
| 20689621 | 3 months ago | | | 0 | 0.000061602000 | |
| 20671778 | 3 months ago | | | 0 | 0.00015736203 |
ABI
ABI objects
Getter at block 21271940
MAX_SUPPLY() view returns (uint256)
1984
MINT_PRICE() view returns (uint256)
50000000000000000
OFFSETTER() view returns (address)
0x49d438246de154e48c74b2d47aa0d60ca7584cee
RESERVED() view returns (uint256)
198
name() view returns (string)
1984Redux
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0xeb9eebe0047cd01191b15741aca4d3c8abed2dc9
provenanceHash() view returns (string)
0x31cb5a05a35eae7e73bd8408659decf49121c521341b2a0475e718620f004c38
signer() view returns (address)
0x8e7c6eabb75fb2593e088f37c143a4c2c43b2bd7
symbol() view returns (string)
1984
tokenOffset() view returns (uint256)
1302
totalSupply() view returns (uint256)
1984
Read-only
balanceOf(address owner) view returns (uint256)
functionLocked(bytes4) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address account) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
lockFunction(bytes4 id)
mint(uint256 amount, uint256 max, bytes signature) payable
renounceOwnership()
reserve(address to)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setOffset(uint256 randomness)
setOperatorFilteringEnabled(bool value)
setProvenanceHash(string _provenanceHash)
setRoyalties(address receiver, uint96 royaltyFraction)
setSigner(address _signer)
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(address _signer, address _offsetter, address _royaltyReceiver, uint96 _royaltyFraction)
This contract contains no fallback and receive objects.
AlreadyReservedTokens()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
CallerNotOffsetter()
FunctionLocked()
InsufficientMints()
InsufficientSupply()
InsufficientValue()
InvalidSignature()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NoContractMinting()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
ProvenanceHashAlreadySet()
ProvenanceHashNotSet()
TokenOffsetAlreadySet()
TokenOffsetNotSet()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WithdrawFailed()