veOmniBotX
Verified contract
Active on
Ethereum with 462 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,221.98)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
$OMNIX | ERC-20 | 1.619746M | $0.000754 |
$1,221.98 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20112088 | 5 months ago | | | 0 | 0.0014215838 | |
| 20112074 | 5 months ago | | | 0 | 0.0032427925 | |
| 19944532 | 6 months ago | | | 0 | 0.00046271717 | |
| 19944523 | 6 months ago | | | 0 | 0.0010916293 | |
| 19944488 | 6 months ago | | | 0 | 0.00052866447 | |
| 19944482 | 6 months ago | | | 0 | 0.0014487576 | |
| 19824406 | 6 months ago | | | 0 | 0.00054496412 | |
| 19824393 | 6 months ago | | | 0 | 0.0017555929 | |
| 19803365 | 6 months ago | | | 0 | 0.0015287784 | |
| 19789771 | 7 months ago | | | 0 | 0.0033370242 |
ABI
ABI objects
Getter at block 21219709
SPLITTER() view returns (address)
0xb50a19402473ffae02db1bfee9c492bd27141fda
TOKEN() view returns (address)
0x621879c6239d8ab9b82712fb56e7be880ce0c6ee
canUnlockWithFee() view returns (bool)
true
decimals() view returns (uint8)
18
lastRoundingError() view returns (uint256)
1769769940626424430117145
maxLockBonus() view returns (uint256)
2000000000000000000
maxLockDuration() view returns (uint256)
31536000
maxUnlockFee() view returns (uint256)
800000000000000000
minUnlockFee() view returns (uint256)
200000000000000000
name() view returns (string)
veOmniBotX
owner() view returns (address)
0x925f911afe4512a5eee55266d1e658cac2d39313
sumGPUS() view returns (uint256)
28316095363878217325496
symbol() view returns (string)
veOMNIX
taxReceiver() view returns (address)
0xb50a19402473ffae02db1bfee9c492bd27141fda
totalDistributed() view returns (uint256)
1284941431449533192254761
totalShares() view returns (uint256)
2497888668027731488641157
totalStaked() view returns (uint256)
1128825654675828686299606
totalSupply() view returns (uint256)
2497888668027731488641157
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
computeUnlockFee(address who) view returns (uint256)
pendingOf(address who) view returns (uint256)
users(address) view returns (uint256 stakedAmount, uint256 shares, uint256 lockStartTime, uint256 lockEndTime, uint256 sumGPUS)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claim()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
distribute(uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setCanUnlockWithFee(bool _canUnlockWithFee)
setMaxLock(uint256 _maxLockDuration, uint256 _maxLockBonus)
setTaxReceiver(address _who)
setUnlockFee(uint256 _minUnlockFee, uint256 _maxUnlockFee)
stake(uint256 _amount, uint256 _lockDuration)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlockWithFee()
unstake(uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetCanUnlockWithFee(bool __canUnlockWithFee)
SetMaxLock(uint256 _maxLockDuration, uint256 _maxLockBonus)
SetTaxReceiver(address who)
SetUnlockFee(uint256 _minUnlockFee, uint256 _maxUnlockFee)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, address _token, address _splitter)
This contract contains no fallback and receive objects.
This contract contains no error objects.