SilentSwapchef
Verified contract
Active on
Ethereum with 549 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x708e…a138
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SILE | ERC-20 | 5.369115K | -- | -- | |
UNI-V2 | ERC-20 | 13.028477 | -- | -- | |
UNI-V2 | ERC-20 | 2.113154 | -- | -- | |
UNI-V2 | ERC-20 | 0.265665 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11581864 | 4 years ago | | | 0 | 0.032493664 | |
| 11251883 | 4 years ago | | | 0 | 0.0032480796 | |
| 11251736 | 4 years ago | | | 0 | 0.0031667160 | |
| 11220496 | 4 years ago | | | 0 | 0.0036495536 | |
| 11212886 | 4 years ago | | | 0 | 0.0029082962 | |
| 11212881 | 4 years ago | | | 0 | 0.0031789440 | |
| 11207824 | 4 years ago | | | 0 | 0.010319584 | |
| 11207823 | 4 years ago | | | 0 | 0.010319584 | |
| 11207818 | 4 years ago | | | 0 | 0.012598672 | |
| 11198560 | 4 years ago | | | 0 | 0.0073298000 |
ABI
ABI objects
Getter at block 21215735
BONUS_MULTIPLIER() view returns (uint256)
2
bonusEndBlock() view returns (uint256)
11141000
buybackaddr() view returns (address)
0xa9f5293156d87fd06a1df06e294c07c4cbf95318
devaddr() view returns (address)
0xc74ad75b891b06008e02115e46802780eb6b7f25
eventaddr() view returns (address)
0xd40c06eacc8a53ee599428328377f50007ceaa6c
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xc74ad75b891b06008e02115e46802780eb6b7f25
silentswap() view returns (address)
0x708e5416baefe6aa2d58e41a80c10bd4eb2ea138
silentswapPerBlock() view returns (uint256)
25000000000000000
startBlock() view returns (uint256)
11140000
totalAllocPoint() view returns (uint256)
3000
vaultratio() view returns (uint256)
5
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingSilentSwap(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accSILEPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
buybacka(address _buybackaddr)
changeReward(uint256 _silentswapPerBlock)
changeVaultratio(uint256 _vaultratio)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
eventa(address _eventaddr)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, address _lpToken, 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 _silentswap, address _devaddr, address _buybackaddr, address _eventaddr, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.