Drug Lord - Passive Income Minigame
Verified contract
Active on
Base with 507 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Drug Lord - Passive Income Minigame"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22243485 | 13 days ago | | | 0 | 1.2303547e-7 | |
| 22049476 | 17 days ago | | | 0 | 0.000000063418738612 | |
| 21792225 | 23 days ago | | | 0 | 2.3234217e-7 | |
| 21140148 | a month ago | | | 0 | 0.000000075455606400 | |
| 21139984 | a month ago | | | 0 | 0.000000109452789600 | |
| 21139709 | a month ago | | | 0 | 0.000000067702049680 | |
| 21139461 | a month ago | | | 0 | 0.000000069653442280 | |
| 21139285 | a month ago | | | 0 | 0.000000076472658560 | |
| 21115977 | a month ago | | | 0 | 0.000000075171290360 | |
| 21115770 | a month ago | | | 0 | 0.000000076472658560 |
ABI
ABI objects
Getter at block 22784078
decimals() pure returns (uint8)
18
name() view returns (string)
Drug Lord - Passive Income Minigame
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0xe6086fa4b119b8584f005ae2cd5533d33a894988
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
routerV2() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
symbol() view returns (string)
CASH
totalSupply() view returns (uint256)
1000000000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
AMMs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromTradingRestriction(address) view returns (bool)
State-modifying
Events acceptOwnership()
afterConstructor(address _router)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
enableTrading()
excludeFromTradingRestriction(address account, bool isExcluded)
renounceOwnership()
setAMM(address AMM, bool isAMM)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
AMMUpdated(address indexed AMM, bool isAMM)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromTradingRestriction(address indexed account, bool isExcluded)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
TradingEnabled()
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
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)
InvalidAMM(address AMM)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
TradingAlreadyEnabled()
TradingNotEnabled()