SpiralChef
Verified contract
Active on
Ethereum with 2,807 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc94f…f11e
Balances ($44.69)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 44.650319 | $1.001 |
$44.69 | |
IMSPIRA | ERC-20 | 20B | -- | -- | |
IMSPIRA | ERC-20 | 15B | -- | -- | |
SPIRAL | ERC-20 | 100.775589M | -- | -- | |
POLRS | ERC-20 | 162.300803K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15884283 | 2 years ago | | | 0 | 0.0086718312 | |
| 15749586 | 2 years ago | | | 0 | 0.0045786781 | |
| 15705995 | 2 years ago | | | 0 | 0.0010464635 | |
| 15705995 | 2 years ago | | | 0 | 0.0094407212 | |
| 15700163 | 2 years ago | | | 0 | 0.0015368266 | |
| 15691075 | 2 years ago | | | 0 | 0.0041334507 | |
| 15673631 | 2 years ago | | | 0 | 0.0024498349 | |
| 15671890 | 2 years ago | | | 0 | 0.0013653200 | |
| 15671888 | 2 years ago | | | 0 | 0.0029609580 | |
| 15606553 | 2 years ago | | | 0 | 0.0012431000 |
ABI
ABI objects
Getter at block 21333275
isEmergency() view returns (bool)
false
lockUntil() view returns (uint256)
1661349600
owner() view returns (address)
0x0b313514fd880c27d624fd2abb03bfd3028e2745
poolLength() view returns (uint256)
1
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
spiral() view returns (address)
0xc94f3e2ade5e92389af7e543657211ecccaff11e
startBlock() view returns (uint256)
15402022
totalAllocPoint() view returns (uint256)
1
Read-only
authorized(address) view returns (bool)
getMultiplier(uint256 _from, uint256 _to) pure returns (uint256)
maxBurn(uint256) view returns (uint256)
pendingRewards(uint256 _pid, address _user) view returns (uint256[])
perBurn(uint256) view returns (uint256)
poolAccRew(uint256 _pid) view returns (uint256[])
poolExistence(address) view returns (bool)
poolInfo(uint256) view returns (address lpToken, uint64 allocPoint, uint64 lastRewardBlock)
rwt(uint256) view returns (address)
rwtExistence(address) view returns (bool)
rwtPerBlock(uint256) view returns (uint256)
userAmount(uint256 _pid, address user) view returns (uint256)
userBurnt(address, uint256) view returns (uint256)
userBurntForNum(uint256 burnNum, address user) view returns (uint256)
userClaimable(uint256 _pid, address _user) view returns (uint256[])
userInfo(uint256, address) view returns (uint256 amount)
userRewDebt(uint256 _pid, address _user) view returns (uint256[])
State-modifying
Events add(uint64 _allocPoint, address _lpToken, bool _withUpdate)
addRewardToken(address _RWT, uint256 _rwtPerBlock)
authorize(address _address)
burnFromStake(uint256 burnAmount, uint256 burnNum)
burnFromWallet(uint256 burnAmount, uint256 burnNum)
claimAllRWT(uint256 _pid)
claimRWT(uint256 _pid, uint256 _tokenID)
deposit(uint256 _pid, uint256 _amount)
depositFor(address sender, uint256 _pid, uint256 amount)
emergency(bool _isEmergency)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
reinvestRewards(uint256 _tokenID, uint256 amountOutMin)
renounceOwnership()
rescueToken(address tokenaddress)
set(uint256 _pid, uint64 _allocPoint, bool _withUpdate)
setLock(uint256 _lockUntil)
setPerBurn(uint256 _perBurn, uint256 _maxBurn)
startRewards()
transferOwnership(address newOwner)
unauthorize(address _address)
updateEmissionRate(uint256 _tokenID, uint256 _rwtPerBlock)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
Burn(address indexed user, uint256 burnAmount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
Emergency(uint256 timestamp, bool ifEmergency)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardTokenSet(address indexed spiralddress, uint256 indexed rwtPerBlock, uint256 timestamp)
UpdateEmissionRate(address indexed user, uint256 rwtPerBlock)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _spiral)
This contract contains no fallback and receive objects.
This contract contains no error objects.