PiggyBreeder
Verified contract
Active on
Ethereum with 4,829 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4c78…94ea
Balances ($117,195.51)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
aUSDT | ERC-20 | 37.70894K | $1.001 |
$37,746.65 | |
aDAI | ERC-20 | 30.740114K | $1.001 |
$30,770.85 | |
aUSDC | ERC-20 | 29.139727K | $1.001 |
$29,168.87 | |
COMP | ERC-20 | 176.262583 | $82.35 |
$14,515.22 | |
aWBTC | ERC-20 | 0.03757 | $94,452.00 |
$3,548.59 | |
SAKE | ERC-20 | 758.718249K | $0.00141 |
$1,070.09 | |
UNI | ERC-20 | 14.818951 | $13.74 |
$203.61 | |
YFII | ERC-20 | 0.350133 | $475.08 |
$166.34 | |
HUSD | ERC-20 | 186.572151 | $0.028331 |
$5.29 | |
HOO | ERC-20 | 2.90387M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20144890 | 5 months ago | | | 0 | 0.0019206320 | |
| 19415134 | 9 months ago | | | 0 | 0.0050738762 | |
| 17069652 | 2 years ago | | | 0 | 0.026239524 | |
| 16008460 | 2 years ago | | | 0 | 0.0070822425 | |
| 16008377 | 2 years ago | | | 0 | 0.0068992541 | |
| 15889402 | 2 years ago | | | 0 | 0.011120346 | |
| 15889397 | 2 years ago | | | 0 | 0.011284670 | |
| 15476720 | 2 years ago | | | 0 | 0.0053606160 | |
| 15476690 | 2 years ago | | | 0 | 0.0040208220 | |
| 15450697 | 2 years ago | | | 0 | 0.0069185255 |
ABI
ABI objects
Getter at block 21317786
devAddr() view returns (address)
0xf18d727c034f47ae2c0fe221c1cf4a15f0557b5f
devMiningRate() view returns (uint256)
39
enableClaimBlock() view returns (uint256)
17000000
owner() view returns (address)
0x311aea58ca127b955890647413846e351df32554
piggy() view returns (address)
0x4c78015679fabe22f6e02ce8102afbf7d93794ea
piggyPerBlock() view returns (uint256)
1000000000000000000
poolLength() view returns (uint256)
27
reduceIntervalBlock() view returns (uint256)
5760
reduceRate() view returns (uint256)
999
startBlock() view returns (uint256)
11222000
totalAllocPoint() view returns (uint256)
1
Read-only
allPendingPiggy(address _user) view returns (uint256)
getMultiplier(uint256 _from, uint256 _to) pure returns (uint256)
getPiggyPerBlock(uint256 _power) view returns (uint256)
pendingPiggy(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accPiggyPerShare, uint256 totalDeposit, address migrator)
userAddresses(uint256, uint256) view returns (address)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 pendingReward, bool unStakeBeforeEnableClaim)
usersLength(uint256 _pid) view returns (uint256)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, address _migrator, bool _withUpdate)
claim(uint256 _pid)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
migrate(uint256 _pid, uint256 _targetPid, uint256 begin)
renounceOwnership()
replaceMigrate(uint256 _pid)
setAllocPoint(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setDevAddr(address _devAddr)
setDevMiningRate(uint256 _devMiningRate)
setEnableClaimBlock(uint256 _enableClaimBlock)
setMigrator(uint256 _pid, address _migrator)
setReduceIntervalBlock(uint256 _reduceIntervalBlock, bool _withUpdate)
setReduceRate(uint256 _reduceRate, bool _withUpdate)
stake(uint256 _pid, uint256 _amount)
transferOwnership(address newOwner)
unStake(uint256 _pid, uint256 _amount)
updatePool(uint256 _pid)
Claim(address indexed user, uint256 indexed pid)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
Migrate(address indexed user, uint256 pid, uint256 targetPid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReplaceMigrate(address indexed user, uint256 pid, uint256 amount)
Stake(address indexed user, uint256 indexed pid, uint256 amount)
UnStake(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _piggy, address _devAddr, uint256 _piggyPerBlock, uint256 _startBlock, uint256 _enableClaimBlock, uint256 _reduceIntervalBlock, uint256 _reduceRate, uint256 _devMiningRate)
This contract contains no fallback and receive objects.
This contract contains no error objects.