Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,337.24 |
$0 | |
SAAS | ERC-20 | 49.739082M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15584587 | 2 years ago | | | 0 | 0.00075092236 | |
| 15584479 | 2 years ago | | | 0 | 0.0011797294 | |
| 15584455 | 2 years ago | | | 0 | 0.0012542480 | |
| 15584447 | 2 years ago | | | 0 | 0.00088259235 | |
| 15584442 | 2 years ago | | | 0 | 0.0023628000 | |
| 15584441 | 2 years ago | | | 0 | 0.0021265200 | |
| 15584441 | 2 years ago | | | 0 | 0.0021265200 | |
| 15584439 | 2 years ago | | | 0 | 0.0016067040 | |
| 15584439 | 2 years ago | | | 0 | 0.0016691809 | |
| 15584439 | 2 years ago | | | 0 | 0.0016691809 |
ABI
ABI objects
Getter at block 21169575
BPS_DENOMINATOR() view returns (uint256)
10000
MAX_SUPPLY() view returns (uint256)
1000000000000000000000000000
SNIPE_BLOCKS() view returns (uint256)
2
buyDevTax() view returns (uint256)
200
buyRewardsTax() view returns (uint256)
700
decimals() view returns (uint8)
18
devTaxRecipient() view returns (address)
0x00c242db938b3cdfcf8096d0bdb73d4f5aec5aca
initialDistributeDone() view returns (bool)
false
minTokenBalance() view returns (uint256)
1000000000000000000000
name() view returns (string)
SaasNode
owner() view returns (address)
0x00c242db938b3cdfcf8096d0bdb73d4f5aec5aca
pair() view returns (address)
0xdc48fc9d1d7027d460c7d8d802475e0ca92f220c
rewardsTaxRecipient() view returns (address)
0x00c242db938b3cdfcf8096d0bdb73d4f5aec5aca
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sellDevTax() view returns (uint256)
200
sellRewardsTax() view returns (uint256)
700
swapFees() view returns (bool)
true
symbol() view returns (string)
SAAS
totalDevTax() view returns (uint256)
11053129293753202691137401
totalRewardsTax() view returns (uint256)
38685952528136209418980906
totalSupply() view returns (uint256)
1000000000000000000000000000
tradingActive() view returns (bool)
true
tradingBlock() view returns (uint256)
0
transfersActive() view returns (bool)
false
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklist(address) view returns (bool)
lastBuy(address) view returns (uint256)
recipientLimitWhitelist(address) view returns (bool)
taxExcluded(address) view returns (bool)
State-modifying
Events addLiquidity(uint256 tokens) payable
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableTrading()
disableTransfers()
enableTrading()
enableTransfers()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
rescueDevTaxTokens(uint256 _amount, address _recipient)
rescueETH()
rescueRewardsTaxTokens(uint256 _amount, address _recipient)
setBuyDevTax(uint256 _buyDevTax)
setBuyRewardsTax(uint256 _buyRewardsTax)
setDevTaxRecipient(address _devTaxRecipient)
setMinTokenBalance(uint256 _minTokenBalance)
setRewardsTaxRecipient(address _rewardsTaxRecipient)
setSellDevTax(uint256 _sellDevTax)
setSellRewardsTax(uint256 _sellRewardsTax)
setSwapFees(bool _swapFees)
setTaxExcluded(address _account, bool _taxExcluded)
swapAll()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBlacklist(address user, bool status)
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistUpdated(address user, bool previousStatus, bool nextStatus)
BuyDevTaxChanged(uint256 previousTax, uint256 nextTax)
BuyRewardsTaxChanged(uint256 previousTax, uint256 nextTax)
DevTaxRecipientChanged(address previousRecipient, address nextRecipient)
DevTaxRescued(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardsTaxRecipientChanged(address previousRecipient, address nextRecipient)
RewardsTaxRescued(uint256 amount)
SellDevTaxChanged(uint256 previousTax, uint256 nextTax)
SellRewardsTaxChanged(uint256 previousTax, uint256 nextTax)
SwapFeesChanged(bool previousStatus, bool nextStatus)
TaxExclusionChanged(address user, bool taxExcluded)
TradingActiveChanged(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _devTaxRecipient, address _rewardsTaxRecipient)
receive()
This contract contains no error objects.