Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($153.28)
Native
Value
$153.28
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.049325 | $3,107.54 |
$153.28 | |
33 | ERC-20 | 167.456915K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19822588 | 6 months ago | | | 0 | 0.00062692835 | |
| 18903789 | a year ago | | | 0 | 0.0010980162 | |
| 18671460 | a year ago | | | 0 | 0.0023344663 | |
| 18668212 | a year ago | | | 0 | 0.0014015092 | |
| 18668082 | a year ago | | | 0 | 0.0013995014 | |
| 18668008 | a year ago | | | 0 | 0.0022473265 | |
| 18667991 | a year ago | | | 0 | 0.0022831024 | |
| 18667952 | a year ago | | | 0 | 0.0015360684 | |
| 18667948 | a year ago | | | 0 | 0.0016229091 | |
| 18667939 | a year ago | | | 0 | 0.0016601709 |
ABI
ABI objects
Getter at block 21227367
_maxTxAmount() view returns (uint256)
330000000000000000000000
_maxWalletAmount() view returns (uint256)
7623000000000000000000000
decimals() pure returns (uint8)
9
getCirculatingSupply() view returns (uint256)
32541459991124576
name() pure returns (string)
Raptor
owner() view returns (address)
0xf0d66c4b8a027041bd2df063d43f4ef228ae0087
pair() view returns (address)
0x8cb4dd2c830b259440754d4c7a1313624482da0a
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
symbol() pure returns (string)
33
totalSupply() pure returns (uint256)
33000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
fees(uint8) view returns (uint256 stakingFee, uint256 burnFee, uint256 liquidFee, uint256 totalFee)
isAuthorized(address adr) view returns (bool)
isBot(address _address) view returns (bool)
isOwner(address account) view returns (bool)
State-modifying
Events airdropTokens(address[] accounts, uint256[] amounts)
approve(address spender, uint256 amount) returns (bool)
authorize(address adr)
blacklistAddress(address _address, bool _blacklist)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableTrading()
distributeTeamFunds(uint256 _numerator, uint256 _denominator)
enableAntiBot(bool _enable)
enableTrading(uint256 _input)
forceAdjustLP(bool token, uint256 amount, bool add) payable
increaseAllowance(address spender, uint256 addedValue) returns (bool)
recoverUnsupportedTokens(address _token, address _receiver, uint256 _percentage)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address adr)
unauthorize(address adr)
updateBot(address _address, bool isBot_)
updateDivisors(uint256 _team, uint256 _liquidity, uint256 _marketing)
updateFee(uint8 transactionType, uint256 _burnFee, uint256 _stakingFee, uint256 _swapAndLiquifyFee)
updateFeesAddresses(address _marketing, address _liquidity, address _staking)
updateMaxLimits(uint256 _transaction, uint256 _wallet)
updateSwapBackSettings(bool _enabled, uint256 _threshold, uint256 _minLimit, uint256 _minTransactionsBeforeSwap)
updateTeamAddresses(address _team1, address _team2, address _team3, address _team4)
whitelistAddress(address _address, bool _whitelist)
AntiBotStateUpdated(bool indexed enabled)
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistedUpdated(address indexed account, bool indexed blacklisted)
BotUpdated(address indexed account, bool indexed isBot)
DivisorsUpdated(uint256 team, uint256 liquidity, uint256 marketing)
FeesAddressesUpdated(address marketing, address liquidity, address staking)
FeesUpdated(uint8 indexed transactionType, uint256 burnFee, uint256 stakingFee, uint256 swapAndLiquifyFee)
ForceAdjustedLP(bool indexed token, uint256 amount, bool indexed add)
MaxLimitsUpdated(uint256 maxTxAmount, uint256 maxWalletAmount)
OwnershipTransferred(address owner)
SwapBackSettingsUpdated(bool indexed enabled, uint256 threshold, uint256 minLimit, uint256 _minTransactions)
TeamAddressesUpdated(address team1, address team2, address team3, address team4)
TeamFundsDistributed(address team1, address team2, address team3, address team4, uint256 amount)
TokensAirdroped(address indexed sender, uint256 length, uint256 airdropedAmount)
TradingDisabled()
TradingEnabled()
Transfer(address indexed from, address indexed to, uint256 value)
UnsupportedTokensRecoverd(address indexed token, address receiver, uint256 amount)
WhitelistUpdated(address indexed account, bool indexed whitelisted)
constructor()
receive()
This contract contains no error objects.