Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7033…8302
29 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SIFY | ERC-20 | 218.544358K | -- | -- | |
SIFY | ERC-20 | 28.852857K | -- | -- | |
SIFY | ERC-20 | 14.225135K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20999436 | 25 days ago | | | 0 | 0.00021795398 | |
| 20529987 | 3 months ago | | | 0 | 0.000056212613 | |
| 20395750 | 4 months ago | | | 0 | 0.000076144471 | |
| 20346601 | 4 months ago | | | 0 | 0.00022275993 | |
| 19813419 | 6 months ago | | | 0 | 0.00035421262 | |
| 19598243 | 7 months ago | | | 0 | 0.00067032449 | |
| 19484390 | 8 months ago | | | 0 | 0.00091587782 | |
| 19254052 | 9 months ago | | | 0 | 0.00047471712 | |
| 19239889 | 9 months ago | | | 0 | 0.00075888580 | |
| 19120742 | 9 months ago | | | 0 | 0.0016074904 |
ABI
ABI objects
Getter at block 21177086
DECIMALS() view returns (uint256)
18
MAX_UINT256() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
RATE_DECIMALS() view returns (uint8)
11
_autoRebase() view returns (bool)
false
_initRebaseStartTime() view returns (uint256)
1701624287
_lastAddLiquidityTime() view returns (uint256)
0
_lastRebasedTime() view returns (uint256)
1701687791
_totalSupply() view returns (uint256)
242760935657976791630253001
autoBurnFee() view returns (uint256)
1
currentLpLevel() view returns (uint8)
0
decimals() pure returns (uint8)
18
firstTax() view returns (uint256)
30
getCirculatingSupply() view returns (uint256)
211745350139125530795217376
isNotInSwap() view returns (bool)
true
isRepellentFee() view returns (bool)
true
lastLPAmount() view returns (uint256)
113115493406
lastLPCheckedAt() view returns (uint256)
1701711059
lastRepellentFeeActivatedAt() view returns (uint256)
1701764291
lastRepellentFeeRecoveredAt() view returns (uint256)
1701735347
launchBlock() view returns (uint256)
18707332
launchTime() view returns (uint256)
1701624287
liquidityFee() view returns (uint256)
1
lpCheckFrequency() view returns (uint256)
86400
maxTransaction() view returns (uint256)
2
maxWallet() view returns (uint256)
2
name() pure returns (string)
Stakify
owner() view returns (address)
0x64ab7f64187af212007a3ee9fdf990101de4bc16
pair() view returns (address)
0x7033bdf7c1492704574da07b2e217a9cfaed8302
pairContract() view returns (address)
0x7033bdf7c1492704574da07b2e217a9cfaed8302
referalPool() view returns (address)
0x8728d957a633c2c3f216827b19d6e58033cad6a6
repellentBuyAutoBurnFee() view returns (uint256)
1
repellentBuyLiquidityFee() view returns (uint256)
1
repellentBuyTotalFee() view returns (uint256)
3
repellentBuyTreasuryFee() view returns (uint256)
1
repellentFeeActivatedAmount() view returns (uint256)
100848239744
repellentFeeActivatedAt() view returns (uint256)
1701764291
repellentFeeRecoverAmount() view returns (uint256)
121017887692
repellentSellAutoBurnFee() view returns (uint256)
0
repellentSellLiquidityFee() view returns (uint256)
0
repellentSellTotalFee() view returns (uint256)
30
repellentSellTreasuryFee() view returns (uint256)
30
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapEnabled() view returns (bool)
true
symbol() pure returns (string)
SIFY
totalFee() view returns (uint256)
5
totalSupply() view returns (uint256)
242760935657976791630253001
tradingOpen() view returns (bool)
true
treasuryFee() view returns (uint256)
3
treasuryFeeWallet() view returns (address)
0xdab6280d5a87c10250f454ee3ad3b3b0c1a274c0
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkFeeExempt(address _addr) view returns (bool)
getBnbPrice(uint256 _amount) view returns (uint256)
getLiquidityBacking(uint256 accuracy) view returns (uint256)
lpRanges(uint8) view returns (uint256 minLimit, uint256 maxLimit, uint256 dropLimit, uint256 recoverLimit)
rebaseRates(uint256) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
changeFirst24HourTax(uint256 _tax)
changeLpCheckFrequency(uint256 _hours)
changeNormalFees(uint256 _autoBurnFee, uint256 _liquidityFee, uint256 _treasuryFee)
changeRepellentBuyFees(uint256 _autoBurnFee, uint256 _liquidityFee, uint256 _treasuryFee)
changeRepellentSellFees(uint256 _autoBurnFee, uint256 _liquidityFee, uint256 _treasuryFee)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableSwap(bool status)
enableTrading()
excludeFromMaxTx(address _wallet, bool _status)
excludeFromMaxWallet(address _wallet, bool _status)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
manualSync()
renounceOwnership()
setAuthorizedWallet(address _wallet, bool _status)
setAutoRebase(bool _flag)
setFeeReceivers(address _treasuryFeeWallet)
setLP(address _address)
setLpRange(uint8 _level, uint256 _min, uint256 _max, uint256 _drop, uint256 _recover)
setWhitelist(address _addr, bool _status)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
LogRebase(uint256 indexed epoch, uint256 totalSupply)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RepellentFeeActivated(uint256 activatedAmount)
RepellentFeeDisabled(uint256 disabledAmount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.