PadThaiChef
Verified contract
Active on
Ethereum with 2,883 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6f45…a68f
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PADTHAI | ERC-20 | 1.013599B | -- | -- | |
UNI-V2 | ERC-20 | 7.492408K | -- | -- | |
UNI-V2 | ERC-20 | 6.327453K | -- | -- | |
UNI-V2 | ERC-20 | 614.556349 | -- | -- | |
UNI-V2 | ERC-20 | 70.15785 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21096712 | a month ago | | | 0 | 0.00046874854 | |
| 20876960 | 2 months ago | | | 0 | 0.00080129488 | |
| 20655128 | 3 months ago | | | 0 | 0.00015780050 | |
| 18137708 | a year ago | | | 0 | 0.0013119881 | |
| 11061248 | 4 years ago | | | 0 | 0.011346426 | |
| 11004524 | 4 years ago | | | 0 | 0.0042129720 | |
| 11002758 | 4 years ago | | | 0 | 0.026213000 | |
| 11001211 | 4 years ago | | | 0 | 0.0062813110 | |
| 11001001 | 4 years ago | | | 0 | 0.0061364250 | |
| 10998773 | 4 years ago | | | 0 | 0.0082760940 |
ABI
ABI objects
Getter at block 21286161
BONUS_MULTIPLIER() view returns (uint256)
10
bonusEndBlock() view returns (uint256)
10983500
devaddr() view returns (address)
0x656034b51f434d72dc989fb3c644405ab1f650c8
owner() view returns (address)
0x656034b51f434d72dc989fb3c644405ab1f650c8
padthai() view returns (address)
0x6f450f117114075d1d1c91dd64a61c0ba72ca68f
padthaiPerBlock() view returns (uint256)
100000000000000000000
poolLength() view returns (uint256)
7
startBlock() view returns (uint256)
10883500
totalAllocPoint() view returns (uint256)
1000
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingPadthai(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accPadthaiPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
checkPoolDuplicate(address _lpToken)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
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 _padthai, address _devaddr, uint256 _padthaiPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.