Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7d52…7793
Balances ($22,912.77)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AMPL | ERC-20 | 16.106769K | $1.31 |
$21,099.87 | |
sEUR | ERC-20 | 2.015724K | $0.893318 |
$1,800.68 | |
sUSD | ERC-20 | 10 | $1.016 |
$10.16 | |
BAC | ERC-20 | 1.217268K | $0.001695 |
$2.06 | |
WAMPL | ERC-20 | 0.0001 | $18.37 |
$0 | |
NAWA | ERC-20 | 8.141897M | -- | -- | |
FEI | ERC-20 | 7.197782M | -- | -- | |
WOOF | ERC-20 | 100K | -- | -- | |
DSD | ERC-20 | 5.662953K | -- | -- | |
ESD | ERC-20 | 1.121164K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15985210 | 2 years ago | | | 0 | 0.0028801492 | |
| 13946255 | 3 years ago | | | 0 | 0.017319596 | |
| 13397006 | 3 years ago | | | 0 | 0.0068233161 | |
| 13269244 | 3 years ago | | | 0 | 0.0092980721 | |
| 13269225 | 3 years ago | | | 0 | 0.0065092230 | |
| 12779962 | 3 years ago | | | 0 | 0.0032270420 | |
| 12779955 | 3 years ago | | | 0 | 0.0029518580 | |
| 12752914 | 3 years ago | | | 0 | 0.0010684100 | |
| 12727552 | 3 years ago | | | 0 | 0.0012829190 | |
| 12658084 | 3 years ago | | | 0 | 0.0017094560 |
ABI
ABI objects
Getter at block 21303597
BONUS_MULTIPLIER() view returns (uint256)
10
bonusEndBlock() view returns (uint256)
14742897
devFundDivRate() view returns (uint256)
10
devaddr() view returns (address)
0xed4c7efcfc09c186a8583ff2535c809a3b137a9d
narwhale() view returns (address)
0x7d529a5b3c41126760a0fa3c1a9652d8a7a07793
narwhalePerBlock() view returns (uint256)
1000000000000000000
owner() view returns (address)
0x67de61953da63d5f677378b110d349f611f9be03
poolLength() view returns (uint256)
18
startBlock() view returns (uint256)
11715087
totalAllocPoint() view returns (uint256)
100
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingNarwhale(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accNarwhalePerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setBonusEndBlock(uint256 _bonusEndBlock)
setDevFundDivRate(uint256 _devFundDivRate)
setNarwhalePerBlock(uint256 _narwhalePerBlock)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
EmissionChange(address indexed user, uint256 previousNarwhalePerBlock, uint256 newNarwhalePerBlock)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Recovered(address token, uint256 amount)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _narwhale, address _devaddr, uint256 _narwhalePerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.