Sendr

Verified contract

Active on Ethereum with 954 txns
Deployed by via 0x5256efce at 20971622
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $83.94
0x362dc9e4951ac30989225217e5df7d5fef0af22416392b070c0eb86556480096
0x17c91652f68682b4c7965f95897f23227014e4a167591b39d3b5915486f53c2f
0x714438a03672250e8707bdfae950618e2ea44efa77f0360a49a8c2522b642a6f
0xce0ac6ea82829517c09fb9868ebc773794ba8d05d9df5b883a0a495f071034df
0x7a73c6b804dadd99bc0452db1cfe316b933aa88e85c27af0052ee71d8f2cd0c4
0x57e47b9def83fd1403463fd1992b2e79dfdfa521d68a8454b31deeea7803c128
0xba739b7d037a6830a5a8b69fc7945ae0dd093c83b55bbf1b3be179500b24eecd
0x1f0f4fd8b735512e65e5d52a5aea879c4a0f458f2ab15c7da7bf6b8f3e7dbea4
0x4a8e53ed86c5aea4364bfc207ef0de14a2ec42145e7e895ca4957b8136b3e361
0x535ab4e9cdc6c2de2179d50a28dd0eb65cf2d713b90da7ab312cea8b2d26f733

Functions
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 owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
changeTax(uint256 forMarketingInPercentageuint256 forLiquidityInPercentage
excludeFromLimitation(address accountbool excluded
makeTradeLive(
renounceOwnership(
rescueEthereum(address _to
rescueTokens(address tokenaddress to
setBuyLimit(uint256 _limit
setFeeThreshold(uint256 amount
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
ERC20Withdrawn(address indexed touint256 amount
ETHWithdrawn(address indexed touint256 amount
ExcludeFromLimitation(address indexed accountbool isExcluded
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PurchaseLimitUpdated(uint256 limitPercent
SwapAndLiqThresholdSet(uint256 amount
SwapAndLiquified(uint256 tokensSwappeduint256 tokensForLiquidityuint256 ethForLiquidityuint256 ethForMarketing
TaxUpdated(uint256 taxPercent
TradingStatusUpdated(bool status
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address _routeruint256 _buySellTaxuint256 __ethFeeInPercentuint256 __liquidityFeeInPercentuint256 __purchaseLimitaddress _marketingWallet
Fallback and receive
receive(
Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account