LonelyDino
Verified contract
Active on
Ethereum with 233 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 "LonelyDino"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19125749 | 10 months ago | | | 0 | 0.00094552500 | |
| 19125749 | 10 months ago | | | 0 | 0.00094552500 | |
| 19125749 | 10 months ago | | | 0 | 0.00094552500 | |
| 19125749 | 10 months ago | | | 0 | 0.00094552500 | |
| 19125749 | 10 months ago | | | 0 | 0.00094552500 | |
| 19125749 | 10 months ago | | | 0 | 0.00094552500 | |
| 19125749 | 10 months ago | | | 0 | 0.00094552500 | |
| 19125749 | 10 months ago | | | 0 | 0.00094552500 | |
| 19125749 | 10 months ago | | | 0 | 0.00094552500 | |
| 19125749 | 10 months ago | | | 0 | 0.00094552500 |
ABI
ABI objects
Getter at block 21300162
cexSupply() view returns (uint256)
620912250000000000000000000
cexWallet() view returns (address)
0x2ffc462bc3cdcff38bd3976012062abcc14892e3
decimals() view returns (uint8)
18
devSupply() view returns (uint256)
310456125000000000000000000
devWallet() view returns (address)
0x7e3db6621fbd053e6d5d93ca1eef6d8c0ab52c03
dexSupply() view returns (uint256)
4967298000000000000000000000
dexWallet() view returns (address)
0x2243128bfe2ef30a0dce2b09d898d701ce160241
getTransactions() view returns (uint256)
478
limitTrading() view returns (bool)
false
maxHoldingAmount() view returns (uint256)
6209122500000000000000000000
minTransactions() view returns (uint256)
5000
name() view returns (string)
Lonely Dino
owner() view returns (address)
0x0000000000000000000000000000000000000000
promoWallet() view returns (address)
0xf943f212484a9a0e62645363d556e5062aca8048
symbol() view returns (string)
LDINO
tax() view returns (uint256)
100000000000000000000000
taxRate() view returns (uint256)
10
teamSupply() view returns (uint256)
310456125000000000000000000
teamWallet() view returns (address)
0x1c58f1a2874e10bf0204b25fd9bef57457470686
tokenSupply() view returns (uint256)
6209122500000000000000000000
totalSupply() view returns (uint256)
6209122500000000000000000000
transactionCounter() view returns (uint256)
478
uniswapPool() view returns (address)
0xb1bf78fc863c5406d0001e26ff562d64be8d9eb7
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
renounceOwnership()
setRule(bool _limitTrading, address _uniswapPool, uint256 _maxHoldingAmount)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)