ZEUSMain
Verified contract
Active on
Ethereum with 12,205 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4838…ea21
Balances ($594.63)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 594.749677 | $0.999807 |
$594.63 | |
ZEUS | ERC-20 | 544.697433M | -- | -- | |
LPFake | ERC-20 | 140.774437M | -- | -- | |
LPFake | ERC-20 | 23.50138M | -- | -- | |
LPFake | ERC-20 | 9.999939M | -- | -- | |
LPFake | ERC-20 | 7.5M | -- | -- | |
LPFake | ERC-20 | 7.262294M | -- | -- | |
LPFake | ERC-20 | 3.24194M | -- | -- | |
LPFake | ERC-20 | 801.809491K | -- | -- | |
LPFake | ERC-20 | 727.391545K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18223442 | a year ago | | | 0 | 0.0014025240 | |
| 18222868 | a year ago | | | 0 | 0.0030728041 | |
| 11287090 | 4 years ago | | | 0 | 0.0038284932 | |
| 11267745 | 4 years ago | | | 0 | 0.0038050181 | |
| 11267000 | 4 years ago | | | 0 | 0.0023408600 | |
| 11262854 | 4 years ago | | | 0 | 0.0032100000 | |
| 11260858 | 4 years ago | | | 0 | 0.0024825800 | |
| 11260833 | 4 years ago | | | 0 | 0.0021124400 | |
| 11252364 | 4 years ago | | | 0 | 0.0040934728 | |
| 11241077 | 4 years ago | | | 0 | 0.012246871 |
ABI
ABI objects
Getter at block 21159396
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
startBlock() view returns (uint256)
11047652
totalRate() view returns (uint256)
100
zeus() 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 _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)
massUpdateAreas()
massUpdatePools(uint256 _aid)
migrate(uint256 _aid, uint256 _pid)
renounceOwnership()
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)
transferOwnership(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 _devaddr, uint256 _zeusPerBlock, uint256 _startBlock, uint256 _minPerBlock, uint256 _halfPeriod, uint256 _lockPeriods)
This contract contains no fallback and receive objects.
This contract contains no error objects.