ElementsAuctions
Verified contract
Active on
Ethereum with 4,790 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 "ElementsAuctions"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17338712 | 2 years ago | | | 0 | 0.023737722 | |
| 17338565 | 2 years ago | | | 7.88 | 0.0014798147 | |
| 17338524 | 2 years ago | | | 0 | 0.033985407 | |
| 17338504 | 2 years ago | | | 7.369 | 0.0019249797 | |
| 17338504 | 2 years ago | | | 5.2 | 0.00099861620 | |
| 17338495 | 2 years ago | | | 6.682 | 0.0015737761 | |
| 17338493 | 2 years ago | | | 6.25 | 0.0015337881 | |
| 17338476 | 2 years ago | | | 5.69 | 0.00076675530 | |
| 17338461 | 2 years ago | | | 4.811 | 0.012017500 | |
| 17338429 | 2 years ago | | | 4.8 | 0.0017982191 |
ABI
ABI objects
Getter at block 21276150
elements() view returns (address)
0x379b5616a6afe6bc6baa490ef8fd98bf6d7db45c
owner() view returns (address)
0xc8f8e2f59dd95ff67c3d39109eca2e2a017d4c8a
Read-only
auctions(uint256) view returns (address latestBidder, uint128 latestBid, uint64 endTime, uint8 tokenId, uint8 edition, bool settled)
getAuctions(uint256[] auctionIds) view returns (struct ElementsAuctionsAuction[])
minimumBid(uint256 auctionId) view returns (uint256)
State-modifying
Events bid(uint256 auctionId) payable
postponeAuctions(uint8[] tokenIds, uint64 newStartTime)
renounceOwnership()
settleAuctions(uint256[] auctionIds)
transferOwnership(address newOwner)
withdraw()
withdrawBalance()
AuctionExtended(uint256 indexed auctionId, uint256 indexed endTime)
Bid(uint256 indexed auction, uint256 indexed amount, address indexed from)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address elements_, uint64 startTime, uint8[] completeIds, uint8[] compoundIds, uint8[] compositeIds, uint8[] isolateIds, uint8[] orderIds, uint8[] alphaIds)
This contract contains no fallback and receive objects.
This contract contains no error objects.