LameloBallAuction
Verified contract
Active on
Ethereum with 43 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 "LameloBallAuction"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12664308 | 3 years ago | | | 0 | 0.0011033900 | |
| 12662167 | 3 years ago | | | 30 | 0.0016283960 | |
| 12662157 | 3 years ago | | | 27.5 | 0.0011631400 | |
| 12662139 | 3 years ago | | | 25 | 0.0015120820 | |
| 12662135 | 3 years ago | | | 22.5 | 0.0011631400 | |
| 12662123 | 3 years ago | | | 19.5 | 0.00030274000 | |
| 12662123 | 3 years ago | | | 19.5 | 0.00030274000 | |
| 12662123 | 3 years ago | | | 19.5 | 0.00030274000 | |
| 12662123 | 3 years ago | | | 19.5 | 0.00030274000 | |
| 12662122 | 3 years ago | | | 19.5 | 0.00030274000 |
ABI
ABI objects
Getter at block 21392227
NFTContract() view returns (address)
0x139b522955d54482e7662927653abb0bfb6f19ba
auction_end() view returns (uint256)
1624070525
auction_start() view returns (uint256)
1623981600
bid_count() view returns (uint256)
24
creator_fee_percentage() view returns (uint256)
10
creator_wallet() view returns (address)
0x05229d7a6218ce56ef1386d634f1953a463aa065
extend_time() view returns (uint256)
600
getLatestBid() view returns (address sender, uint256 value, uint256 time)
(sender=0x60fd35191ffa774e40934efb8ed34b2ec42da320, value=30000000000000000000, time=1624069925)
getTimestamp() view returns (uint256)
1734076463
isAuctionActive() view returns (bool)
false
owner() view returns (address)
0x90dbd11d4842ae3b51cd0ab1ecc32bd8cd756307
owner_wallet() view returns (address)
0x678daaadb798aefc47ca036858e3b25698b3c24c
price_increment() view returns (uint256)
500000000000000000
price_reserve() view returns (uint256)
3000000000000000000
processed() view returns (bool)
true
ready() view returns (bool)
true
Read-only
bid_history(uint256) view returns (address sender, uint256 value, uint256 time)
State-modifying
Events bid() payable
drain()
onERC721Received(address, address, uint256 receivedTokenId, bytes) returns (bytes4)
processAuction()
renounceOwnership()
retrieve721(address _tracker, uint256 id)
retrieveERC20(address _tracker, uint256 amount)
retrieveNFTOne()
transferOwnership(address newOwner)
AuctionWinningAmountPaid(address addr, uint256 amount)
Bid(address bidder, uint256 value, uint256 time)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.