WhitelistAuction
Verified contract
Active on
Ethereum with 64 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
Balances ($0.00)
No balances found for "WhitelistAuction"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19034183 | 10 months ago | | | 0 | 0.0012841023 | |
| 16294862 | 2 years ago | | | 0 | 0.00065636432 | |
| 15669822 | 2 years ago | | | 0 | 0.00037004953 | |
| 15223732 | 2 years ago | | | 0 | 0.00036330032 | |
| 15139418 | 2 years ago | | | 0 | 0.00076939990 | |
| 14899806 | 2 years ago | | | 0 | 0.0052369845 | |
| 14898437 | 2 years ago | | | 0 | 0.0089233444 | |
| 14885354 | 3 years ago | | | 0 | 0.0086598892 | |
| 14883885 | 3 years ago | | | 0 | 0.0035453444 | |
| 14883105 | 3 years ago | | | 0 | 0.0043760776 |
ABI
ABI objects
Getter at block 21317771
MODERATOR() view returns (address)
0x5ba587a9927d5fac115cc0154045b29cb4df2839
owner() view returns (address)
0xa7c8a666117435071374eb6cf7cc449f8afb0a3a
Read-only
auctions(uint256) view returns (address creator, uint256 startTime, uint256 endTime, uint256 snapshotTime, uint256 fee, uint256 claimed, string ipfs, address currency)
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)
traders(address) view returns (bool)
uri(uint256 _id) view returns (string)
win_claimed(uint256, address) view returns (bool)
State-modifying
Events claimWinning(uint256 _index, uint256 _price, bytes signatureA, bytes signatureB)
closeAuction(uint256 _auctionId)
onERC1155BatchReceived(address operator, address from, uint256[] ids, uint256[] values, bytes data) returns (bytes4)
onERC1155Received(address operator, address from, uint256 id, uint256 value, bytes data) returns (bytes4)
openAuction(uint256 _startTime, uint256 _endTime, uint256 _snapshotTime, uint8 _currencyIdx, string _ipfs)
renounceOwnership()
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)
setModerator(address _moderator)
transferOwnership(address newOwner)
updateTrader(address _trader, bool _approved)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
AuctionClosed(uint256 idx)
AuctionCreated(uint256 idx, string ipfs_url)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
WinnerClaimed(uint256 idx, address user)
constructor(address _moderator)
This contract contains no fallback and receive objects.
This contract contains no error objects.