Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RAID | ERC-20 | 402.448067M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20889627 | a month ago | | | 0 | 0.00018338668 | |
| 20861725 | 2 months ago | | | 0 | 0.00029332532 | |
| 20848525 | 2 months ago | | | 0 | 0.00018318608 | |
| 20848519 | 2 months ago | | | 0 | 0.00018200151 | |
| 20847784 | 2 months ago | | | 0 | 0.00018096859 | |
| 20847784 | 2 months ago | | | 0 | 0.00031615665 | |
| 20841801 | 2 months ago | | | 0 | 0.00054662238 | |
| 20840629 | 2 months ago | | | 0 | 0.00082639476 | |
| 20840079 | 2 months ago | | | 0 | 0.00067060159 | |
| 20837536 | 2 months ago | | | 0 | 0.00097240720 |
ABI
ABI objects
Getter at block 21204054
buyTotalFee() view returns (uint256)
1
contractSwapEnabled() view returns (bool)
true
decimals() pure returns (uint8)
18
getTransferFees() view returns (bool)
true
isTradeEnabled() view returns (bool)
true
name() pure returns (string)
Raid
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0xa0547217086ee9a9ee41fac856a27dec8130adf0
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sellTotalFee() view returns (uint256)
1
swapThreshold() view returns (uint256)
420000000000000000000000000
symbol() pure returns (string)
RAID
taxWallet() view returns (address)
0xc2482e55d2982ceea20a2e7d51490652e4dd62fd
totalSupply() view returns (uint256)
420000000000000000000000000000
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isAuthorized(address) view returns (bool)
isFeeExcluded(address _wallet) view returns (bool)
isFeeExempt(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveMax(address spender) returns (bool)
changeGetFeesOnTransfer(bool _status)
changeTaxWallet(address _wallet)
enableTrading()
renounceOwnership()
rescueEth()
setAuthorizedWallets(address _wallet, bool _status)
setDoContractSwap(bool _enabled)
setIsFeeExempt(address holder, bool exempt)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AddAuthorizedWallet(address holder, bool status)
Approval(address indexed owner, address indexed spender, uint256 value)
AutoLiquify(uint256 amountBNB, uint256 amountBOG)
DoContractSwap(uint256 amount, uint256 time)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetDoContractSwap(bool status)
SetIsFeeExempt(address holder, bool status)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.