Vote Escrowed Bids
Verified contract
Active on
Ethereum with 81 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa53e…cd2f
0x2524…b9ae
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BIDS | ERC-20 | 7.934378M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17955515 | a year ago | | | 0 | 0.0019711040 | |
| 17955508 | a year ago | | | 0 | 0.0016321497 | |
| 17955506 | a year ago | | | 0 | 0.0017694724 | |
| 17799907 | a year ago | | | 0 | 0.0043909351 | |
| 17798818 | a year ago | | | 0 | 0.0055624302 | |
| 17780726 | a year ago | | | 0 | 0.0049418649 | |
| 17774485 | a year ago | | | 0 | 0.0032580464 | |
| 17759373 | a year ago | | | 0 | 0.0023137550 | |
| 17741990 | a year ago | | | 0 | 0.010600516 | |
| 17726647 | a year ago | | | 0 | 0.0025457753 |
ABI
ABI objects
Getter at block 21292478
bids() view returns (address)
0xa53e968b8d8a5be52d66e5bb35d9b6b6b5a5cd2f
decimals() view returns (uint8)
18
masterBids() view returns (address)
0x25245941137d9c85b5d48ae8d7788aa841beb9ae
maxBreedingLength() view returns (uint32)
10000
maxLockDays() view returns (uint32)
1461
minLockDays() view returns (uint32)
30
name() view returns (string)
Vote Escrowed Bids
owner() view returns (address)
0x9a8df7841f38d7fa297155ba6e5033fcaba56301
paused() view returns (bool)
false
symbol() view returns (string)
veBIDS
totalSupply() view returns (uint256)
4314130170646764618964130
voter() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
balanceOf(address account) view returns (uint256)
expectedVeBIDSAmount(uint256 amount, uint256 lockDays) pure returns (uint256)
getUserInfo(address addr) view returns (struct IVeBidsUserInfo)
getUserOverview(address _addr) view returns (uint256 bidsLocked, uint256 veBIDSBalance)
isUser(address _addr) view returns (bool)
usedVote(address) view returns (uint256)
userLockInfo(address _user, uint256 _lockIndex) view returns (uint256 _lockedBids, uint256 _veBidsReceived)
userLockedBids(address _user) view returns (uint256 _lockedBids)
userLocksCount(address _user) view returns (uint256 _locksCount)
whitelist(address) view returns (bool)
State-modifying
Events burn(uint256 slot)
mint(uint256 amount, uint256 lockDays) returns (uint256 veBIDSAmount)
pause()
renounceOwnership()
setLockTimes(uint32 _minLock, uint32 _maxLock)
setMasterBIDS(address _masterBids)
setMaxBreedingLength(uint256 _maxBreedingLength)
setVoter(address _voter)
setWhitelist(address _whitelist, bool _stat)
transferOwnership(address newOwner)
unpause()
update(uint256 slot, uint256 lockDays) returns (uint256 newVeBidsAmount)
vote(address _user, int256 _voteDelta)
Burn(address indexed account, uint256 value)
Enter(address addr, uint256 unlockTime, uint256 bidsAmount, uint256 veBIDSAmount, uint256 currentOnChainId)
Exit(address addr, uint256 unlockTime, uint256 bidsAmount, uint256 veBIDSAmount, uint256 removedOnChainId, uint256 previousHighestOnChainId)
Mint(address indexed beneficiary, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SetLockDays(uint256 min, uint256 max)
SetMasterBIDS(address addr)
SetMaxBreedingLength(uint256 len)
SetVoter(address addr)
SetWhiteList(address addr, bool stat)
Unpaused(address account)
UpdateLockTime(address addr, uint256 slot, uint256 unlockTime, uint256 bidsAmount, uint256 originalVeBIDSAmount, uint256 newVeBIDSAmount)
Vote(address user, int256 delta)
constructor(address _bids, address _masterBids, uint32 _minLock, uint32 _maxLock)
This contract contains no fallback and receive objects.
VEBIDS_OVERFLOW()