FairAuctionVesting
Verified contract
Active on
Ethereum with 849 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BIO | ERC-20 | 69.288365M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21221459 | an hour ago | | | 0 | 0.0032706618 | |
| 21221436 | an hour ago | | | 0 | 0.0033330550 | |
| 21220986 | 3 hours ago | | | 0 | 0.0029316677 | |
| 21220869 | 3 hours ago | | | 0 | 0.0025941414 | |
| 21220842 | 3 hours ago | | | 0 | 0.0027539472 | |
| 21219565 | 8 hours ago | | | 0 | 0.0024195514 | |
| 21219544 | 8 hours ago | | | 0 | 0.0023974465 | |
| 21219472 | 8 hours ago | | | 0 | 0.0023688179 | |
| 21219306 | 8 hours ago | | | 0 | 0.0028478520 | |
| 21217938 | 13 hours ago | | | 0 | 0.0038457456 |
ABI
ABI objects
Getter at block 21221817
BIO_TOKEN() view returns (address)
0xcb1592591996765ec0efc1f92599a19767ee5ffa
DAO_TOKEN() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
END_TIME() view returns (uint256)
1731589200
MAX_BIO_TO_DISTRIBUTE() view returns (uint256)
83000000000000000000000000
MAX_DAO_RAISE() view returns (uint256)
2046110000000000000000
MAX_VBIO_TO_DISTRIBUTE() view returns (uint256)
83000000000000000000000000
MIN_DAO_RAISED_FOR_MAX_BIO() view returns (uint256)
1736790000000000000000
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
START_TIME() view returns (uint256)
1727640000
VBIO_TOKEN() view returns (address)
0x0d2adb4af57cdac02d553e7601456739857d2ef4
bioToDistribute() view returns (uint256)
83000000000000000000000000
claimEnabled() view returns (bool)
true
defaultAdmin() view returns (address)
0xe57a09c3fdfb6bd2b8ebc46e0ff884876fae60fd
defaultAdminDelay() view returns (uint48)
0
defaultAdminDelayIncreaseWait() view returns (uint48)
432000
getRemainingTime() view returns (uint256)
0
hasEnded() view returns (bool)
true
hasStarted() view returns (bool)
true
isPaused() view returns (bool)
false
owner() view returns (address)
0xe57a09c3fdfb6bd2b8ebc46e0ff884876fae60fd
pendingDefaultAdmin() view returns (address newAdmin, uint48 schedule)
(newAdmin=0x0000000000000000000000000000000000000000, schedule=0)
pendingDefaultAdminDelay() view returns (uint48 newDelay, uint48 schedule)
(newDelay=0, schedule=0)
tokensToDistribute() view returns (uint256)
166000000000000000000000000
totalRaised() view returns (uint256)
2046110000000000000000
treasury() view returns (address)
0xd9c6ee1547fd6d48f8872dd866473893bbe8a1ab
unsoldTokensWithdrew() view returns (bool)
false
vbioToDistribute() view returns (uint256)
83000000000000000000000000
vestingCliff() view returns (uint256)
0
vestingDuration() view returns (uint256)
31536000
vestingIsRevocable() view returns (bool)
false
vestingSlicePerSecond() view returns (uint256)
1
vestingStart() view returns (uint256)
1731589200
Read-only
getExpectedClaimAmount(address account) view returns (uint256 bioTokenAmount, uint256 vbioTokenAmount)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
userInfo(address) view returns (uint256 contribution, bool hasClaimed)
State-modifying
Events acceptDefaultAdminTransfer()
beginDefaultAdminTransfer(address newAdmin)
cancelDefaultAdminTransfer()
changeDefaultAdminDelay(uint48 newDelay)
claim()
emergencyWithdrawBIO()
emergencyWithdrawFunds(address token, uint256 amount)
enableClaim()
grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
rollbackDefaultAdminDelay()
setCliff(uint256 cliff_)
setDuration(uint256 duration_)
setIsRevocable(bool isRevocable_)
setPause(bool value)
setSlicePerSecond(uint256 slicePerSecond_)
setVestingStart(uint256 start_)
swap(uint256 amount)
withdrawUnsoldTokens()
Claim(address indexed user, uint256 amount, uint256 amount2)
DefaultAdminDelayChangeCanceled()
DefaultAdminDelayChangeScheduled(uint48 newDelay, uint48 effectSchedule)
DefaultAdminTransferCanceled()
DefaultAdminTransferScheduled(address indexed newAdmin, uint48 acceptSchedule)
EmergencyWithdraw(address token, uint256 amount)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SetPause(bool status)
Swap(address indexed user, uint256 amount)
constructor(address bioToken_, address vbioToken_, address daoToken_, uint256 startTime_, uint256 endTime_, address treasury_, uint256 maxToDistribute_, uint256 maxToDistribute2_, uint256 minToRaise_, uint256 maxToRaise_)
This contract contains no fallback and receive objects.
AlreadyClaimed()
CapReached()
InvalidConstructorParameters()
InvalidScheduleParameter()
MinRaiseReached()
SaleInactive()
SaleNotClaimable()
SaleNotEnded()
SaleNotFilled()
SalePause()
SaleStarted()
TokensAlreadyWithdrawn()
TransferFailed()
ZeroAmount()
ZeroContribution()