DolphinPod
Verified contract
Active on
Ethereum with 1,122 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($35.62)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 35.576767 | $0.999098 |
$35.54 | |
OCEAN | ERC-20 | 0.1 | $0.720007 |
$0.07 | |
EMN | ERC-20 | 8.673458M | -- | -- | |
HODL | ERC-20 | 4.146534K | -- | -- | |
EEEE | ERC-20 | 140.35324 | -- | -- | |
mbBASED | ERC-20 | 90.906864 | -- | -- | |
FOOD | ERC-20 | 9.628144 | -- | -- | |
UNI-V2 | ERC-20 | 5.773615 | -- | -- | |
$ROPE | ERC-20 | 0.100001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13046803 | 3 years ago | | | 0 | 0.0019920939 | |
| 11988706 | 4 years ago | | | 0 | 0.012769706 | |
| 11669961 | 4 years ago | | | 0 | 0.0061816800 | |
| 11556731 | 4 years ago | | | 0 | 0.010773120 | |
| 11497347 | 4 years ago | | | 0 | 0.0092756400 | |
| 11482261 | 4 years ago | | | 0 | 0.0022859496 | |
| 11482255 | 4 years ago | | | 0 | 0.0035437446 | |
| 11454869 | 4 years ago | | | 0 | 0.0064949640 | |
| 11453879 | 4 years ago | | | 0 | 0.0018508500 | |
| 11453879 | 4 years ago | | | 0 | 0.0040304100 |
ABI
ABI objects
Getter at block 21295039
dolphinToken() view returns (address)
0x757b2350cd60d5e46e1fc3314f980f20d85cfb9f
durationInBlocks() view returns (uint256)
42000
eeeePerBlock() view returns (uint256)
500000000000000000
minElapsedBlocksBeforeStart() view returns (uint256)
10000
owner() view returns (address)
0xff4e2f8cd21147c023f93697d5f590bde7d8e0f8
poolLength() view returns (uint256)
7
startBlock() view returns (uint256)
11340117
totalAllocPoint() view returns (uint256)
120
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256 multiplier)
pendingEEEE(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address stakedToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accEEEEPerShareTimes1e12)
supportedToken(address) view returns (bool)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _stakedToken, bool _withUpdate)
cleanUpFarm()
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setStartBlock(uint256 _block)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Schedule(uint256 _eeeePerBlock, uint256 _durationInBlocks, uint256 _minElapsedBlocksBeforeStart, uint256 _startBlock)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address eeee, uint256 _eeeePerBlock, uint256 _durationInBlocks, uint256 _minElapsedBlocksBeforeStart, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.