TacoChef
Verified contract
Active on
Ethereum with 42,999 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x41c0…d216
0x06bb…b9ac
Balances ($34.36)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.008184 | $3,226.91 |
$26.41 | |
XED | ERC-20 | 359.58 | $0.022101 |
$7.95 | |
DMT | ERC-20 | 76.28095M | -- | -- | |
TACO | ERC-20 | 15.092431M | -- | -- | |
DMT | ERC-20 | 110.598807K | -- | -- | |
DMT | ERC-20 | 31.654966K | -- | -- | |
DMT | ERC-20 | 4.279908K | -- | -- | |
DMT | ERC-20 | 3.654771K | -- | -- | |
DMT | ERC-20 | 1.107001K | -- | -- | |
DMT | ERC-20 | 1.016947K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453317 | 3 months ago | | | 0 | 0.000091385000 | |
| 20453269 | 3 months ago | | | 0 | 0.000091409000 | |
| 20453142 | 3 months ago | | | 0 | 0.000091409000 | |
| 20453037 | 3 months ago | | | 0 | 0.000091409000 | |
| 20452718 | 3 months ago | | | 0 | 0.000099938000 | |
| 20409083 | 3 months ago | | | 0 | 0.00010701000 | |
| 20409078 | 3 months ago | | | 0 | 0.000099939000 | |
| 20408716 | 3 months ago | | | 0 | 0.000099938000 | |
| 20395701 | 3 months ago | | | 0 | 0.00012411000 | |
| 20251025 | 4 months ago | | | 0 | 0.00010290610 |
ABI
ABI objects
Getter at block 21160250
BONUS_MULTIPLIER() view returns (uint256)
4
bonusEndBlock() view returns (uint256)
11348800
devaddr() view returns (address)
0xa5a6707dbad87609c8b21270653e7a0490e9bf21
migrator() view returns (address)
0x06bb2277bca03b2e1908da897a586a0a3b4cb9ac
owner() view returns (address)
0xde78d3e8e46d0184841874da003928ecd89533a9
poolLength() view returns (uint256)
20
startBlock() view returns (uint256)
10958800
taco() view returns (address)
0x41c028a4c1f461ebfc3af91619b240004ebad216
tacoPerBlock() view returns (uint256)
100000000000000000000
totalAllocPoint() view returns (uint256)
10089
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
lpTokenExistsInPool(address) view returns (bool)
pendingTaco(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accTacoPerShare)
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()
migrate(uint256 _pid)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setMigrator(address _migrator)
transferOwnership(address newOwner)
updateLpTokenExists(address _lpTokenAddr, bool _isExists)
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 _taco, address _devaddr, uint256 _tacoPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.