PuddleSamurai
Verified contract
Active on
Ethereum with 1,260 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa49c…4f76
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PUD | ERC-20 | 211.00969M | -- | -- | |
UNI-V2 | ERC-20 | 2.0169K | -- | -- | |
UNI-V2 | ERC-20 | 0.012049 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21071090 | a month ago | | | 0 | 0.00092431379 | |
| 20849286 | 2 months ago | | | 0 | 0.0010029322 | |
| 20550566 | 3 months ago | | | 0 | 0.00014592797 | |
| 20169310 | 5 months ago | | | 0 | 0.0015105403 | |
| 10991585 | 4 years ago | | | 0 | 0.0049600740 | |
| 10979989 | 4 years ago | | | 0 | 0.0068232500 | |
| 10966793 | 4 years ago | | | 0 | 0.011633814 | |
| 10961060 | 4 years ago | | | 0 | 0.0077308800 | |
| 10961053 | 4 years ago | | | 0 | 0.0098279100 | |
| 10960982 | 4 years ago | | | 0 | 0.0087359200 |
ABI
ABI objects
Getter at block 21268329
BONUS_MULTIPLIER() view returns (uint256)
20
bonusEndBlock() view returns (uint256)
10976000
devaddr() view returns (address)
0x20c9d92e4a72af4e516c60e68b4940de2900a6a3
owner() view returns (address)
0x6ad76d980d4d4aab9b3bbdff242f3480b4d37b04
poolLength() view returns (uint256)
2
puddle() view returns (address)
0xa49c8c60a5c0c2350012793d69dbb97f47ff4f76
puddlePerBlock() view returns (uint256)
50000000000000000000
startBlock() view returns (uint256)
10926000
totalAllocPoint() view returns (uint256)
2250
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingPuddle(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accPuddlePerShare)
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()
mint(uint256 amount)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
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)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _puddle, address _devaddr, uint256 _puddlePerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.