Staked SmarDex Token
Verified contract
Active on
Ethereum with 9,501 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 | 5.823039M | $0.012848 |
$74,814.69 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21169879 | 17 days ago | | | 0 | 0.0037079220 | |
| 20959042 | 2 months ago | | | 0 | 0.0023313865 | |
| 20958702 | 2 months ago | | | 0 | 0.0034135822 | |
| 20771635 | 2 months ago | | | 0 | 0.0039843620 | |
| 20672602 | 3 months ago | | | 0 | 0.00022917231 | |
| 20671039 | 3 months ago | | | 0 | 0.00036435157 | |
| 20656176 | 3 months ago | | | 0 | 0.00020743368 | |
| 20642372 | 3 months ago | | | 0 | 0.00092933331 | |
| 20569954 | 3 months ago | | | 0 | 0.00020181951 | |
| 20569945 | 3 months ago | | | 0 | 0.00021267799 |
ABI
ABI objects
Getter at block 21289851
CAMPAIGN_ID() view returns (uint256)
0
decimals() view returns (uint8)
18
farming() view returns (address)
0xe74a7a544534da80fbac4d2475a6fdc03388154f
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)
5088742842198827719590121889735566032387015
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)
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)
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.