TulipBidding
Verified contract
Active on
Ethereum with 367 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$54,774.33
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 15.149278 | $3,615.64 |
$54,774.33 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18105781 | a year ago | | | 0 | 0.00098933508 | |
| 15640462 | 2 years ago | | | 0 | 0.0017617258 | |
| 15241996 | 2 years ago | | | 0 | 0.00065589099 | |
| 15018320 | 2 years ago | | | 0 | 0.0011345697 | |
| 15016213 | 2 years ago | | | 0.75 | 0.0024428612 | |
| 14486092 | 3 years ago | | | 0 | 0.0033452808 | |
| 14381247 | 3 years ago | | | 0 | 0.0049376977 | |
| 14115919 | 3 years ago | | | 0 | 0.0072672596 | |
| 13945545 | 3 years ago | | | 0 | 0.0098263415 | |
| 13945397 | 3 years ago | | | 0 | 0.010337411 |
ABI
ABI objects
Getter at block 21286315
etherTulip() view returns (address)
0xd5fbd81cef9aba7464c5f17e529444918a8ecc57
feeBps() view returns (uint256)
500
feeRecipient() view returns (address)
0x360059bbd6df9ae032e93a8e5fa7900bbd10363a
Read-only
bids(address, uint256) view returns (uint256)
getBidderAt(uint256 tulipNumber, uint256 bidderIndex) view returns (address bidder)
getBidderCount(uint256 tulipNumber) view returns (uint256 count)
getBidders(uint256 tulipNumber) view returns (address[] bidders)
State-modifying
Events arbBid(uint256 tulipNumber, address buyer, uint256 botFee)
fillBid(uint256 tulipNumber, address buyer)
placeBid(uint256 tulipNumber) payable
revokeBid(uint256 tulipNumber)
BidClaimed(uint256 tulipNumber, address buyer, address seller)
BidPlaced(uint256 tulipNumber, address buyer, uint256 price)
BidRevoked(uint256 tulipNumber, address buyer)
constructor(address _feeRecipient, uint256 _feeBps, address _etherTulip)
This contract contains no fallback and receive objects.
This contract contains no error objects.