AuctionPotato
Verified contract
Active on
Ethereum with 46 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 "AuctionPotato"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5737384 | 7 years ago | | | 0 | 0.00099052800 | |
| 5733714 | 7 years ago | | | 0 | 0.00020701800 | |
| 5733461 | 7 years ago | | | 1.2904488 | 0.00064718630 | |
| 5732022 | 7 years ago | | | 0 | 0.00041403600 | |
| 5731992 | 7 years ago | | | 0.82957425 | 0.0010026830 | |
| 5731952 | 7 years ago | | | 0 | 0.00048937000 | |
| 5731943 | 7 years ago | | | 0 | 0.00042000000 | |
| 5731866 | 7 years ago | | | 0 | 0.00037953300 | |
| 5731849 | 7 years ago | | | 0.091080967 | 0.00023397000 | |
| 5731837 | 7 years ago | | | 0.53329773 | 0.0013672950 |
ABI
ABI objects
Getter at block 21404370
auctionName() view returns (string _name)
Pixor
balance() view returns (uint256 _balance)
0
canceled() view returns (bool)
false
endTime() view returns (uint256)
1528215833
highestBidder() view returns (address)
0x614a61a3b7f2fd8750acaad63b2a0cfe8b8524f1
highestBindingBid() view returns (uint256)
1290448831276110202
isStarted() view returns (bool success)
true
nextBid() view returns (uint256 _nextBid)
2007364848651726980
nextNextBid() view returns (uint256 _nextBid)
2899527003608050082
owner() view returns (address)
0x9ffeb9dd1553cb9f339df7c1eb1e7e44546ab686
ownerCanWithdraw() view returns (uint256 amount)
829574248677499416
potato() view returns (uint256)
716916017375616778
queryCreatureOwner() view returns (address _creatureOwner)
0x9ffeb9dd1553cb9f339df7c1eb1e7e44546ab686
startTime() view returns (uint256)
1528129433
timeLeft() view returns (uint256 time)
0
Read-only
fundsByBidder(address) view returns (uint256)
State-modifying
Events acceptCreatureOwnership()
cancelAuction() returns (bool success)
fuelContract() payable
placeBid() payable returns (bool success)
startAuction(string _name, uint256 _duration_secs) returns (bool success)
transferCreatureOwnership(address _newOwner)
withdraw() returns (bool success)
CreatureOwnershipTransferred(address indexed _from, address indexed _to)
LogBid(address bidder, address highestBidder, uint256 oldHighestBindingBid, uint256 highestBindingBid)
LogCanceled()
LogWithdrawal(address withdrawer, address withdrawalAccount, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.