Agent Orange
Verified contract
Active on
Base with 1,581 txns
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 |
---|---|---|---|---|---|
OHNO | ERC-20 | 35.691358 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22757676 | 40 minutes ago | | | 0 | 8.5896431e-7 | |
| 22747248 | 6 hours ago | | | 0 | 6.9105655e-7 | |
| 22740708 | 10 hours ago | | | 0 | 3.5196529e-7 | |
| 22729236 | 16 hours ago | | | 0 | 0.000000093837430773 | |
| 22726832 | 18 hours ago | | | 0 | 0.000000063364942872 | |
| 22725540 | 19 hours ago | | | 0 | 0.000000070369809588 | |
| 22725527 | 19 hours ago | | | 0 | 0.000000070487051499 | |
| 22723397 | 20 hours ago | | | 0 | 1.2231225e-7 | |
| 22719129 | a day ago | | | 0 | 4.5232774e-7 | |
| 22716072 | a day ago | | | 0 | 5.9878541e-7 |
ABI
ABI objects
Getter at block 22758880
decimals() pure returns (uint8)
18
getAllPending() view returns (uint256)
0
getSwapThresholdAmount() view returns (uint256)
35613351733288883087925634
marketingwalletAddress() view returns (address)
0xab44dc17ae4974430564f2e44a54e5c1d554e2be
maxWalletAmount() view returns (uint256)
10000000000000000000000000000
name() view returns (string)
Agent Orange
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0xe04e03200fe777307ecc0963c14d01ab3836a51a
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
routerV2() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
swapThresholdRatio() view returns (uint16)
50
symbol() view returns (string)
OMAGA
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
marketingwalletFees(uint256) view returns (uint16)
totalFees(uint256) view returns (uint16)
State-modifying
Events acceptOwnership()
afterConstructor(address _router)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
excludeFromFees(address account, bool isExcluded)
excludeFromLimits(address account, bool isExcluded)
marketingwalletAddressSetup(address _newAddress)
marketingwalletFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
renounceOwnership()
setAMMPair(address pair, bool isPair)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
updateMaxWalletAmount(uint256 _maxWalletAmount)
updateSwapThreshold(uint16 _swapThresholdRatio)
AMMPairsUpdated(address indexed AMMPair, bool isPair)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromLimits(address indexed account, bool isExcluded)
MaxWalletAmountUpdated(uint256 maxWalletAmount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint16 swapThresholdRatio)
Transfer(address indexed from, address indexed to, uint256 value)
WalletTaxAddressUpdated(uint8 indexed id, address newAddress)
WalletTaxFeesUpdated(uint8 indexed id, uint16 buyFee, uint16 sellFee, uint16 transferFee)
WalletTaxSent(uint8 indexed id, address recipient, uint256 amount)
constructor()
receive()
CannotDepositNativeCoins(address account)
CannotExceedMaxTotalFee(uint16 buyFee, uint16 sellFee, uint16 transferFee)
CannotExceedMaxWalletAmount(uint256 maxWalletAmount)
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)
InvalidPair(address pair)
InvalidSwapThresholdRatio(uint16 swapThresholdRatio)
InvalidTaxRecipientAddress(address account)
MaxWalletAmountTooLow(uint256 maxWalletAmount, uint256 limit)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)