SimpleBuyout
Verified contract
Active on
Ethereum with 6 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc4de…efd8
-
variable spans 3 additional slots
0xe846…86c2
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "SimpleBuyout"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12418706 | 4 years ago | | | 0 | 0.0032056940 | |
| 12407516 | 4 years ago | | | 0 | 0.0075787350 | |
| 12406773 | 4 years ago | | | 0 | 0.014823600 | |
| 12406760 | 4 years ago | | | 0 | 0.011323360 | |
| 12406731 | 4 years ago | | | 0 | 0.0093830400 | |
| 12406722 | 4 years ago | | | 0 | 0.0093028000 |
ABI
ABI objects
Getter at block 21178226
EPOCH_PERIOD() view returns (uint256)
28800
HEART_BEAT_START_TIME() view returns (uint256)
1607212800
MINIMUM_BID_PERCENTAGE_INCREASE_ON_VETO() view returns (uint256)
108
MINIMUM_BID_TOKEN0_PERCENTAGE_REQUIRED() view returns (uint256)
1
currentBidId() view returns (uint256)
0
currentBidToken0Staked() view returns (uint256)
0
currentEpoch() view returns (uint256)
4316
highestBidder() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
redeemToken2Amount() view returns (uint256)
0
startThreshold() view returns (uint256)
58000000000000000000000000
status() view returns (uint8)
0
stopThresholdPercent() view returns (uint256)
12
token0() view returns (address)
0xc4de189abf94c57f396bd4c52ab13b954febefd8
token2() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
vault() view returns (address)
0xe846d7ab0bfff2f0b9b9a818b845fb99c94786c2
Read-only
epochEndTimeFromTimestamp(uint256 timestamp) pure returns (uint256)
epochFromTimestamp(uint256 timestamp) pure returns (uint256)
epochStartTimeFromTimestamp(uint256 timestamp) pure returns (uint256)
epochs(uint256) view returns (uint256)
highestBidValues(uint256) view returns (uint256)
lastVetoedBidId(address) view returns (uint256)
lastVetoedBlockNumber(address) view returns (uint256)
requiredToken0ToBid(uint256 totalBidAmount, uint256 token2Amount) view returns (uint256)
token0Staked(address) view returns (uint256)
token2AmountRedeemable(uint256 token0Amount) view returns (uint256)
State-modifying
Events endBuyout()
extendVeto()
placeBid(uint256 totalBidAmount, uint256 token2Amount)
redeem(uint256 token0Amount)
renounceOwnership()
togglePause(bool pause)
transferOwnership(address newOwner)
transferVaultOwnership(address newOwner)
veto(uint256 token0Amount)
withdrawBid()
withdrawStakedToken0(uint256 token0Amount)
BuyoutEnded(address bidder, uint256 amount)
BuyoutRevoked(uint256 amount)
BuyoutStarted(address bidder, uint256 amount)
HighestBidIncreased(address bidder, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address token0Address, address token2Address, address vaultAddress, uint256[4] uint256Values)
This contract contains no fallback and receive objects.
This contract contains no error objects.