ImpostorsRedeemer721
Verified contract
Active on
Ethereum with 21,901 txns
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 "ImpostorsRedeemer721"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21197227 | 2 days ago | | | 0 | 0.0017224782 | |
| 21192488 | 2 days ago | | | 0 | 0.0027903481 | |
| 21192460 | 2 days ago | | | 0 | 0.0028066397 | |
| 21192418 | 2 days ago | | | 0 | 0.0023459719 | |
| 21186756 | 3 days ago | | | 0 | 0.0054872724 | |
| 21159002 | 7 days ago | | | 0 | 0.0041622120 | |
| 21112643 | 13 days ago | | | 0 | 0.0011233674 | |
| 21112633 | 13 days ago | | | 0 | 0.00092513651 | |
| 21112520 | 13 days ago | | | 0 | 0.0011471822 | |
| 21112513 | 13 days ago | | | 0 | 0.00095104627 |
ABI
ABI objects
Getter at block 21208734
burnDestination() view returns (address)
0x000000000000000000000000000000000000dead
owner() view returns (address)
0x666652471f3ad992083509e7560070ea06fe6fae
Read-only
isRedeemed(uint256 _round, address _collection, uint256[] _tokenIds) view returns (bool[])
redeemed(uint256, address, uint256) view returns (bool)
redemptionConfigs(uint256) view returns (uint96 price, address tokenOut, address payingToken, uint96 amountOut)
redemptionCriteria(uint256, uint256) view returns (address)
State-modifying
Events redeem(uint256 _round, uint256[][] _tokenIds)
renounceOwnership()
setConfig(uint256 _round, address[] _criteria, struct ImpostorsRedeemer721RedemptionConfig _config)
sweep(address _token, address _destination, uint256 _amount)
transferOwnership(address newOwner)
ConfigUpdate(uint256 indexed round, address[] indexed criteria, struct ImpostorsRedeemer721RedemptionConfig indexed configuration)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenRedemption(uint256 indexed round, address indexed caller, uint256[] tokenIds)
constructor(address _burnDestination)
This contract contains no fallback and receive objects.
CannotConfigureEmptyCriteria()
CannotConfigureWithoutOutputItem()
CannotConfigureWithoutPaymentToken()
CannotRedeemCriteriaLengthMismatch()
CannotRedeemForZeroItems()
CannotRedeemItemAlreadyRedeemed()
CannotRedeemUnownedItem()
SweepingTransferFailed()