Staked SmarDex Token
Verified contract
Active on
Ethereum with 11,562 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SDEX | ERC-20 | 4.464546B | $0.012819 |
$57,229,365.59 | |
HQG | ERC-20 | 0.112 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21213261 | 3 hours ago | | | 0 | 0.0017266227 | |
| 21211737 | 8 hours ago | | | 0 | 0.0021797926 | |
| 21211385 | 9 hours ago | | | 0 | 0.0024559382 | |
| 21210984 | 10 hours ago | | | 0 | 0.0018083288 | |
| 21210797 | 11 hours ago | | | 0 | 0.0018562257 | |
| 21210484 | 12 hours ago | | | 0 | 0.0026387586 | |
| 21210155 | 13 hours ago | | | 0 | 0.0018936652 | |
| 21209984 | 14 hours ago | | | 0 | 0.0028435097 |
ABI
ABI objects
Getter at block 21214115
CAMPAIGN_ID() view returns (uint256)
0
MINIMUM_SHARES() view returns (uint256)
1000
decimals() view returns (uint8)
18
farming() view returns (address)
0x7d85c0905a6e1ab5837a0b57cd94a419d3a77523
farmingInitialized() view returns (bool)
true
name() view returns (string)
Staked SmarDex Token
smardexToken() view returns (address)
0x5de8ab7e27f6e7a1fff3e5b337584aa43961beef
symbol() view returns (string)
stSDEX
totalShares() view returns (uint256)
9838211440510553232747254280718035020832731
totalSupply() view returns (uint256)
1
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
sharesToTokens(uint256 _shares) view returns (uint256 tokens_)
tokensToShares(uint256 _tokens) view returns (uint256 shares_)
userInfo(address) view returns (uint256 shares, uint256 lastBlockUpdate)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 _depositAmount)
depositWithPermit(uint256 _depositAmount, bool _approveMax, uint256 _deadline, uint8 _v, bytes32 _r, bytes32 _s)
emergencyWithdraw(address _to)
harvestFarming()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initializeFarming()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
withdraw(address _to, uint256 _sharesAmount)
Approval(address indexed owner, address indexed spender, uint256 value)
Deposit(address indexed from, uint256 depositAmount, uint256 shares)
EmergencyWithdraw(address indexed from, address indexed to, uint256 tokenReceived, uint256 shares)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address indexed from, address indexed to, uint256 tokenReceived, uint256 shares)
constructor(address _smardexToken, address _farming)
This contract contains no fallback and receive objects.
This contract contains no error objects.