AuctionManager
Verified contract
Active on
Ethereum with 103 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0a2e…0e54
Balances ($0.19)
Native
Value
$0.19
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000075 | $2,502.06 |
$0.19 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6158557 | 6 years ago | | | 0 | 0.00010272334 | |
| 6158557 | 6 years ago | | | 0 | 0.000073274700 | |
| 6158531 | 6 years ago | | | 0 | 0.00020093040 | |
| 5970887 | 6 years ago | | | 0 | 0.00033940800 | |
| 5854122 | 6 years ago | | | 0.01 | 0.00018006000 | |
| 5807916 | 6 years ago | | | 0 | 0.000084852000 | |
| 5807915 | 6 years ago | | | 0 | 0.00011485200 | |
| 5807912 | 6 years ago | | | 0 | 0.000057426000 | |
| 5807736 | 6 years ago | | | 0 | 0.000057426000 | |
| 5807733 | 6 years ago | | | 0 | 0.000057426000 |
ABI
ABI objects
Getter at block 21099103 getAllActiveAuctions() view returns (uint256[] popsIDs, uint256[] auctionsIDs, uint256[] sellingPrices, address[] highestBidders, bool[] canBeEnded) getAllAuctions() view returns (uint256[] popsIDs, uint256[] auctionsIDs, uint256[] sellingPrices)
ceoAddress() view returns (address)
0x4c5a62c0299c765f00c924c171db82a7a99a74af
cfoAddress() view returns (address)
0x4c5a62c0299c765f00c924c171db82a7a99a74af
cooAddress() view returns (address)
0x4c5a62c0299c765f00c924c171db82a7a99a74af
getAuctionStartBid() view returns (uint256)
10000000000000000
getBalance() view returns (uint256 balance)
75000000000000
getERCContractAddress() view returns (address)
0x0a2ea71d943bf917b410593194595e1f48d40e54
isAuctionManager() view returns (bool)
true
nonFungibleContract() view returns (address)
0x0a2ea71d943bf917b410593194595e1f48d40e54
paused() view returns (bool)
false
Read-only
_auctionID2itemID(uint256) view returns (uint256)
_auctionsArray(uint256) view returns (uint256 auctionStart, uint256 auctionEnd, uint256 highestBid, address highestBidder, bool ended)
_itemID2auctionID(uint256) view returns (uint256)
getAuction(uint256 _itemForAuctionID) view returns (uint256 itemID, uint256 auctionStart, uint256 auctionEnd, address highestBidder, uint256 highestBid, bool ended)
payments(address) view returns (uint256)
requiredBid(uint256 _auctionID) view returns (uint256 amountToOutBid)
State-modifying
Events bid(uint256 auctionID) payable
createAuction(uint256 _itemForAuctionID, uint256 _auctionDurationSeconds, address _seller)
endAuction(uint256 auctionID)
pause()
setAuctionStartBid(uint256 _auctionStartBid)
setCEO(address _newCEO)
setCFO(address _newCFO)
setCOO(address _newCOO)
setERCContract(address candidateAddress)
unpause()
withdraw(uint256 amount)
withdrawPayments()
Bid(address bidder, uint256 bid, uint256 auctionId)
NewAuction(uint256 itemForAuctionID, uint256 durationSeconds, address seller)
NewAuctionWinner(address highestBidder, uint256 auctionId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.