TulipsSaleAuction
Verified contract
Active on
Ethereum with 210 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7031…2912
Balances ($3,732.60)
Native
Value
$3,732.6
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.979419 | $3,811.04 |
$3,732.6 | |
CT | ERC-20 | 115,792,089,237,316,200,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13102933 | 3 years ago | | | 0.01 | 0.0018301766 | |
| 13062778 | 3 years ago | | | 0 | 0.0045666176 | |
| 13053066 | 3 years ago | | | 0 | 0.0025567920 | |
| 13051271 | 3 years ago | | | 0 | 0.0062787420 | |
| 13041266 | 3 years ago | | | 0.9 | 0.0029102150 | |
| 13040979 | 3 years ago | | | 0.8 | 0.0039911520 | |
| 13038921 | 3 years ago | | | 0.6 | 0.0047994515 | |
| 13031320 | 3 years ago | | | 0.7 | 0.0031703520 | |
| 13031279 | 3 years ago | | | 0.5 | 0.0032640676 | |
| 13029654 | 3 years ago | | | 1 | 0.0019510973 |
ABI
ABI objects
Getter at block 21381499
coreContract() view returns (address)
0x7031f0bad732aa9984fa2638a24bccbe6a8e2912
financialAccount() view returns (address)
0xcdee837d7713a65c4f4ffb9ab7c49dd6a4a82d53
initialEndPrice() view returns (uint256)
10000000000000000
initialSaleDuration() view returns (uint256)
86400
initialStartPrice() view returns (uint256)
100000000000000000
operationsAccount() view returns (address)
0xcdee837d7713a65c4f4ffb9ab7c49dd6a4a82d53
owner() view returns (address)
0xcdee837d7713a65c4f4ffb9ab7c49dd6a4a82d53
ownerCut() view returns (uint256)
500
paused() view returns (bool)
false
Read-only
currentPrice(uint256 _tulipId) view returns (uint256)
secondsPassed(uint256 _tulipId) view returns (uint256)
tokenIdToAuction(uint256) view returns (address seller, uint128 startingPrice, uint128 endingPrice, uint64 duration, uint64 startedAt)
State-modifying
Events buy(uint256 _tulipId) payable
cancelAuction(uint256 _tulipId)
createAuction(uint256 _tulipId, uint256 _startingPrice, uint256 _endingPrice, uint256 _duration, address _transferFrom)
pause()
putOnInitialSale(uint256 _tulipId)
recievePayout(uint256 payoutAmount, address payoutAddress)
setDefaultAuctionPrices(uint256 _startPrice, uint256 _endPrice)
transferFinancial(address newFinancial)
transferOperations(address newOperations)
transferOwnership(address newOwner)
unpause()
AuctionCancelled(uint256 tokenId)
AuctionCreated(uint256 tokenId, uint256 startingPrice, uint256 endingPrice, uint256 duration)
AuctionSuccessful(uint256 tokenId, uint256 totalPrice, address winner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Unpause()
constructor(address _tulipsCoreContract, uint256 _cut)
This contract contains no fallback and receive objects.
This contract contains no error objects.