AuctionPotato
Verified contract
Active on
Ethereum with 53 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) |
---|---|---|---|---|---|---|---|
| 5532337 | 7 years ago | | | 0 | 0.00039584160 | |
| 5523927 | 7 years ago | | | 0 | 0.000069684000 | |
| 5523906 | 7 years ago | | | 0 | 0.00031357800 | |
| 5523905 | 7 years ago | | | 0 | 0.00017190500 | |
| 5523903 | 7 years ago | | | 0.018164985 | 0.000023418000 | |
| 5522460 | 7 years ago | | | 0 | 0.00013752400 | |
| 5522396 | 7 years ago | | | 0.49721319 | 0.00036217600 | |
| 5522173 | 7 years ago | | | 0 | 0.00010314300 | |
| 5522071 | 7 years ago | | | 0 | 0.00014783830 | |
| 5522049 | 7 years ago | | | 0 | 0.00017190500 |
ABI
ABI objects
Getter at block 21125101
auctionName() view returns (string _name)
Stomper
balance() view returns (uint256 _balance)
0
canceled() view returns (bool)
false
endTime() view returns (uint256)
1525026224
highestBidder() view returns (address)
0x0b46faecfe315c44f1ddf463ac68d1d5c3bb1912
highestBindingBid() view returns (uint256)
497213187312607137
infoUrl() view returns (string)
https://chibifighters.io
isStarted() view returns (bool success)
true
nextBid() view returns (uint256 _nextBid)
718196826118210309
nextNextBid() view returns (uint256 _nextBid)
1037395415504081557
owner() view returns (address)
0x48e0fac20dd658a240562c21c3d0db7ca7ced375
ownerCanWithdraw() view returns (uint256 amount)
344224514293343403
potato() view returns (uint256)
220983638805603172
queryCreatureOwner() view returns (address _creatureOwner)
0x48e0fac20dd658a240562c21c3d0db7ca7ced375
startTime() view returns (uint256)
1524939824
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.