ZEUSMain
Verified contract
Active on
Ethereum with 10,832 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb6a2…98f7
0x4838…ea21
Balances ($32,253.59)
Native
Value
$20,941.07
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 6.55 | $3,197.11 |
$20,941.07 | |
UNI | ERC-20 | 735.71774 | $9.30 |
$6,842.17 | |
LINK | ERC-20 | 280.1477 | $14.42 |
$4,039.73 | |
SUSHI | ERC-20 | 166.358855 | $0.805508 |
$134 | |
DAI | ERC-20 | 114.071795 | $1.001 |
$114.19 | |
CRO | ERC-20 | 855.239465 | $0.121768 |
$104.14 | |
COMP | ERC-20 | 1.070164 | $51.33 |
$54.93 | |
HT | ERC-20 | 24.929087 | $0.535019 |
$13.34 | |
USDT | ERC-20 | 10 | $1.001 |
$10.01 | |
FNT | ERC-20 | 400 | $0.000008 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18222908 | a year ago | | | 0 | 0.0011601303 | |
| 18221535 | a year ago | | | 0 | 0.0024646864 | |
| 12790907 | 3 years ago | | | 0 | 0.0050677680 | |
| 12772846 | 3 years ago | | | 0 | 0.0069756336 | |
| 12744994 | 3 years ago | | | 0 | 0.0012028502 | |
| 12740486 | 3 years ago | | | 0.01 | 0.0015629642 | |
| 12738069 | 3 years ago | | | 0 | 0.0041862450 | |
| 12738062 | 3 years ago | | | 0 | 0.0044871750 | |
| 12738055 | 3 years ago | | | 0 | 0.0044289000 | |
| 12727288 | 3 years ago | | | 0 | 0.0011662300 |
ABI
ABI objects
Getter at block 21161026
areaLength() view returns (uint256)
3
devaddr() view returns (address)
0x162b36cd6b9d0b5adcb4be3470c525e91d8dd4d6
halfPeriod() view returns (uint256)
19200
lockPeriods() view returns (uint256)
192000
migrator() view returns (address)
0x0000000000000000000000000000000000000000
minPerBlock() view returns (uint256)
1000000000000000000
owner() view returns (address)
0x162b36cd6b9d0b5adcb4be3470c525e91d8dd4d6
permitExpired() view returns (uint256)
192000
startBlock() view returns (uint256)
11047652
totalRate() view returns (uint256)
100
zeus() view returns (address)
0xb6a2452e8ee8c6d18bdad151935d29c1870598f7
zeusOld() view returns (address)
0x4838e2a26df75c8fa372a6c312ae516198efea21
zeusPerBlock() view returns (uint256)
100000000000000000000
Read-only
areaInfo(uint256) view returns (uint256 totalAllocPoint, uint256 rate)
getBlockReward(uint256 number) view returns (uint256)
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingZEUS(uint256 _aid, uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256, uint256) view returns (address lpToken, bool bChange, bool bLock, bool bDepositFee, uint256 depositMount, uint256 changeMount, uint256 allocPoint, uint256 lastRewardBlock, uint256 accZEUSPerShare)
poolLength(uint256 _aid) view returns (uint256)
userInfo(uint256, uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _aid, uint256 _allocPoint, address _lpToken, bool _withUpdate, bool _bChange, uint256 _changeMount, bool _bLock, bool _bDepositFee, uint256 _depositFee)
addArea(uint256 _rate, bool _withUpdate)
buyBackToken(address buybackaddr)
deposit(uint256 _aid, uint256 _pid, uint256 _amount) payable
dev(address _devaddr)
emergencyWithdraw(uint256 _aid, uint256 _pid)
exchangeZeusV2(uint256 _amount)
massUpdateAreas()
massUpdatePools(uint256 _aid)
migrate(uint256 _aid, uint256 _pid)
renounceOwnership()
safeBurn(address _from, uint256 _amount)
set(uint256 _aid, uint256 _pid, uint256 _allocPoint, bool _withUpdate, bool _bChange, uint256 _changeMount, bool _bLock, bool _bDepositFee, uint256 _depositFee)
setArea(uint256 _aid, uint256 _rate, bool _withUpdate)
setMigrator(address _migrator)
setPollInfo(uint256 _aid, uint256 _pid, uint256 _lastRewardBlock, uint256 _accZEUSPerShare)
setUserInfo(uint256 _aid, uint256 _pid, address _useraddr, uint256 _amount, uint256 _rewardDebt)
transferOwnership(address newOwner)
transferTokenOwnerShip(address _newowner)
updatePool(uint256 _aid, uint256 _pid)
withdraw(uint256 _aid, uint256 _pid, uint256 _amount)
Deposit(address indexed user, uint256 indexed aid, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed aid, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed aid, uint256 indexed pid, uint256 amount)
constructor(address _zeus, address _zeusOld, address _devaddr, uint256 _zeusPerBlock, uint256 _startBlock, uint256 _minPerBlock, uint256 _halfPeriod, uint256 _lockPeriods, uint256 _permitExpired)
This contract contains no fallback and receive objects.
This contract contains no error objects.