ratsDAO
Verified contract
Active on
Ethereum with 1,161 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($536.67)
Native
Value
$31.87
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.010177 | $3,131.27 |
$31.87 | |
BOBA | ERC-20 | 2.428135K | $0.205116 |
$498.05 | |
rat | ERC-20 | 6.434724M | $0.000001 |
$6.76 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21168521 | 4 days ago | | | 0 | 0.0013576559 | |
| 21168521 | 4 days ago | | | 0 | 0.0013573540 | |
| 21148117 | 7 days ago | | | 0 | 0.00088256703 | |
| 21081589 | 17 days ago | | | 0 | 0.00081140815 | |
| 21067084 | 19 days ago | | | 0 | 0.00077233799 | |
| 21067046 | 19 days ago | | | 0 | 0.0014737413 | |
| 21062711 | 19 days ago | | | 0 | 0.00030544749 | |
| 21062262 | 19 days ago | | | 0 | 0.00023957839 | |
| 21062208 | 19 days ago | | | 0 | 0.0025056452 | |
| 21033472 | 23 days ago | | | 0 | 0.00027579262 |
ABI
ABI objects
Getter at block 21199895
DEAD() view returns (address)
0x000000000000000000000000000000000000dead
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
decimals() view returns (uint8)
18
devAddress() view returns (address)
0x907559d216d6ec9094ba831052a1fdb1fc8c6518
devFees() view returns (uint256)
10
liqFees() view returns (uint256)
10
name() view returns (string)
ratsDAO
owner() view returns (address)
0x0000000000000000000000000000000000000000
recipientAddress() view returns (address)
0x50e7523d44fa4772c965767fb99d2ba3cade8655
swapTokensAtAmount() view returns (uint256)
10000000000000000000000000
symbol() view returns (string)
rat
totalSupply() view returns (uint256)
500000000000000000000000000000
uniswapV2Pair() view returns (address)
0x1cace584e768fe624f37827529dcb94eea2e4d48
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
vaultAddress() view returns (address)
0xd5476854ea5e5a7ee4f3506940f9372ab4d265b0
vaultFees() view returns (uint256)
10
Read-only
_isBlackHolder(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool excluded)
excludeMultipleAccountsFromFees(address[] accounts, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
refoundMisToken(address token, address to)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
setBlockHolder(address account, bool _black)
setDevAddress(address _devAddress)
setDevFees(uint256 value)
setLiqFees(uint256 value)
setMultipleBlockHolder(address[] accounts, bool _black)
setSwapTokensAtAmount(uint256 amount)
setVaultFees(uint256 value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateUniswapV2Router(address newAddress)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeMultipleAccountsFromFees(address[] accounts, bool isExcluded)
GasForProcessingUpdated(uint256 indexed newValue, uint256 indexed oldValue)
LiquidityWalletUpdated(address indexed newLiquidityWallet, address indexed oldLiquidityWallet)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateUniswapV2Router(address indexed newAddress, address indexed oldAddress)
constructor(address _router, address _vaultAddress, address _devAddress, address recipient)
fallback()
receive()
This contract contains no error objects.