Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($83.94)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SENDR | ERC-20 | 471.318382K | $0.000178 |
$83.94 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244616 | 4 days ago | | | 0 | 0.00080008407 | |
| 21239368 | 5 days ago | | | 0 | 0.00065645026 | |
| 21238833 | 5 days ago | | | 0 | 0.00076472100 | |
| 21238817 | 5 days ago | | | 0 | 0.00061545537 | |
| 21238809 | 5 days ago | | | 0 | 0.00062779556 | |
| 21225628 | 7 days ago | | | 0 | 0.00051339615 | |
| 21209020 | 9 days ago | | | 0 | 0.00063400258 | |
| 21207439 | 10 days ago | | | 0 | 0.00053601351 | |
| 21201252 | 10 days ago | | | 0 | 0.00093091226 | |
| 21198586 | 11 days ago | | | 0 | 0.00053485271 |
ABI
ABI objects
Getter at block 21276346
buySellTax() view returns (uint256)
500
decimals() view returns (uint8)
18
marketingWallet() view returns (address)
0xdf15848798c7c5b8e43dc29e4ef99d098d295b67
name() view returns (string)
Sendr
owner() view returns (address)
0x830fffd4c04ad21f14de404389c35b3b9a0f75d7
purchaseLimit() view returns (uint256)
200
swapAndLiqThreshold() view returns (uint256)
200000000000000000000000
symbol() view returns (string)
SENDR
totalSupply() view returns (uint256)
100000000000000000000000000
tradingOpen() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x6cbcb0809eebd50f7a3eef7ba250c8173e2ff64d
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
changeTax(uint256 forMarketingInPercentage, uint256 forLiquidityInPercentage)
excludeFromLimitation(address account, bool excluded)
makeTradeLive()
renounceOwnership()
rescueEthereum(address _to)
rescueTokens(address token, address to)
setBuyLimit(uint256 _limit)
setFeeThreshold(uint256 amount)
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)
ERC20Withdrawn(address indexed to, uint256 amount)
ETHWithdrawn(address indexed to, uint256 amount)
ExcludeFromLimitation(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PurchaseLimitUpdated(uint256 limitPercent)
SwapAndLiqThresholdSet(uint256 amount)
SwapAndLiquified(uint256 tokensSwapped, uint256 tokensForLiquidity, uint256 ethForLiquidity, uint256 ethForMarketing)
TaxUpdated(uint256 taxPercent)
TradingStatusUpdated(bool status)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _router, uint256 _buySellTax, uint256 __ethFeeInPercent, uint256 __liquidityFeeInPercent, uint256 __purchaseLimit, address _marketingWallet)
receive()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)