veOCTO Token
Verified contract
Active on
Ethereum with 98 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "veOCTO Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17864312 | a year ago | | | 0 | 0.0032895182 | |
| 17724012 | a year ago | | | 0 | 0.0012339477 | |
| 17713579 | a year ago | | | 0 | 0.0025780134 | |
| 17708169 | a year ago | | | 0 | 0.00086911004 | |
| 17703652 | a year ago | | | 0 | 0.0010146346 | |
| 17685181 | a year ago | | | 0 | 0.0020593895 | |
| 17669353 | a year ago | | | 0 | 0.0015389589 | |
| 17663968 | a year ago | | | 0 | 0.0024765894 | |
| 17640098 | a year ago | | | 0 | 0.0020411749 | |
| 17631713 | a year ago | | | 0 | 0.0038034702 |
ABI
ABI objects
Getter at block 21437884
burningAmount() view returns (uint256)
443649634900000000000000
decimals() view returns (uint8)
18
lockDays() view returns (uint256)
20
maxSupply() view returns (uint256)
1000000000000000000000000000
name() view returns (string)
veOCTO Token
octo() view returns (address)
0x52dec19feef469d7a683963b7380ecd0b1aff9c7
owner() view returns (address)
0x2ecc4cbd9d104a071bc9957d1ecaa228b22c75bb
paused() view returns (bool)
false
per() view returns (uint256)
86400
symbol() view returns (string)
veOCTO
totalSupply() view returns (uint256)
6298718246324765449804022
Read-only
balanceOf(address account) view returns (uint256)
getUserInfo(address addr) view returns (struct veOCTOTokenUserInfo)
minters(address) view returns (bool)
State-modifying
Events addMinter(address _minter)
burnFrom(address _from, uint256 _amount)
claim(uint256 slot)
delMinter(address _minter)
lock(uint256 _amount)
mint(address _to, uint256 _amount)
pause()
readyToUnlock(uint256 _veAmount, uint256 _days)
readyTolock(uint256 _amount)
renounceOwnership()
setLockDays(uint256 _days)
setMaxLength(uint256 _maxLength)
transferOwnership(address newOwner)
unlock(uint256 _amount)
unpause()
Burn(address indexed account, uint256 value)
Enter(address addr, uint256 unlockTime, uint256 veAmount)
Exit(address addr, uint256 unlockTime, uint256 veAmount, uint256 amount)
Mint(address indexed beneficiary, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SetMaxLength(uint256 len)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address _octoToken)
This contract contains no fallback and receive objects.
VeOcto_OVERFLOW()