SnpMaster
Verified contract
Active on
Ethereum with 37,766 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x795d…e873
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Seele | ERC-20 | 14.049021B | -- | -- | |
SNP | ERC-20 | 950.259705K | -- | -- | |
sUSDT | ERC-20 | 112.070794 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21232466 | 7 days ago | | | 0 | 0.0010879615 | |
| 21097861 | a month ago | | | 0 | 0.00031388717 | |
| 21025299 | a month ago | | | 0 | 0.00080316088 | |
| 20983239 | a month ago | | | 0 | 0.00091084118 | |
| 20904521 | 2 months ago | | | 0 | 0.00035250757 | |
| 20885356 | 2 months ago | | | 0 | 0.0010338935 | |
| 20862994 | 2 months ago | | | 0 | 0.00095434581 | |
| 20862945 | 2 months ago | | | 0 | 0.00096680672 | |
| 20862911 | 2 months ago | | | 0 | 0.0010368659 | |
| 20795213 | 2 months ago | | | 0 | 0.0013436704 |
ABI
ABI objects
Getter at block 21283504
MINTEND_BLOCKNUM() view returns (uint256)
11262857
ecosystemrate() view returns (uint256)
49
endBlock() view returns (uint256)
22392897
farmrate() view returns (uint256)
51
governance() view returns (address)
0x26042eb2f06d419093313ae2486fb40167ba349c
owner() view returns (address)
0x26042eb2f06d419093313ae2486fb40167ba349c
paused() view returns (bool)
false
poolLength() view returns (uint256)
7
seeleEcosystem() view returns (address)
0xebe5317b26059cf39150e0d08d1211eec4335bae
snpPerBlock() view returns (uint256)
260000000000000000
snptoken() view returns (address)
0x795dbf627484f8248d3d6c09c309825c1563e873
startBlock() view returns (uint256)
11130040
totalAllocPoint() view returns (uint256)
25011700
totalMintReward() view returns (uint256)
1327664346130848301582715
totallpSupply() view returns (uint256)
211931974301906429440794335820
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingSnp(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lpSupply, uint256 lastRewardBlock, uint256 accSnpPerShare, uint256 lockPeriod, uint256 unlockPeriod, bool emergencyEnable)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 depositTime, string refAddress)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount, string _refuser)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setEndMintBlock(uint256 _endBlock)
setGovernance(address _governance)
setPoolEmergencyEnable(uint256 _pid, bool _emergencyEnable)
setPoolLockTime(uint256 _pid, uint256 _lockPeriod, uint256 _unlockPeriod)
setSeeleEcosystem(address _seeleEcosystem)
setSnpPerBlock(uint256 _snpPerBlock)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount, string indexed refAddress)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _snp, uint256 _snpPerBlock, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.