Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($28.22)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
$mfer | ERC-20 | 500 | $0.032093 |
$16.05 | |
WETH | ERC-20 | 0.003 | $3,366.49 |
$10.1 | |
toby | ERC-20 | 32.577464M | $0.00 |
$1.5 | |
BASE | ERC-20 | 100K | $0.000003 |
$0.32 | |
BENTO | ERC-20 | 17.761776M | $0.00 |
$0.21 | |
PEEZY | ERC-20 | 4.2 | $0.009679 |
$0.04 | |
BOOMER | ERC-20 | 0.168 | $0.011433 |
$0 | |
USA | ERC-20 | 1 | $0.000809 |
$0 | |
BETS | ERC-20 | 4.2 | $0.000106 |
$0 | |
Boe | ERC-20 | 1.38 | $0.000165 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22739666 | 2 minutes ago | | | 0 | 1.9239927e-7 | |
| 22736542 | 2 hours ago | | | 0 | 1.4848570e-7 | |
| 22733344 | 4 hours ago | | | 0 | 1.7445429e-7 | |
| 22732618 | 4 hours ago | | | 0 | 1.4651881e-7 | |
| 22732423 | 4 hours ago | | | 0 | 1.5651668e-7 | |
| 22728544 | 6 hours ago | | | 0 | 2.5247817e-7 | |
| 22726434 | 7 hours ago | | | 0 | 0.000000095766681150 | |
| 22720636 | 11 hours ago | | | 0 | 0.0000027613921 | |
| 22720626 | 11 hours ago | | | 0 | 0.0000027613921 | |
| 22714106 | 14 hours ago | | | 0 | 1.4875148e-7 |
ABI
ABI objects
Getter at block 22739721
amountPerUnits() view returns (uint256)
30000000000000000000000
decimals() view returns (uint8)
18
eachAddressLimitEthers() view returns (uint256)
1000000000000000000
launcher() view returns (address)
0x5d027c3d5864f908d98d5fb5ece86f310a48d4c1
mintLimit() view returns (uint256)
9999990000000000000000000000
minted() view returns (uint256)
9999990000000000000000000000
name() view returns (string)
DINO
price() view returns (uint256)
1000000000000000
started() view returns (bool)
true
symbol() view returns (string)
DINO
totalSupply() view returns (uint256)
19999980000000000000000000000
uniswapFactory() view returns (address)
0x8909dc15e40173ff4699343b6eb8132c65e18ec6
uniswapRouter() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
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)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
FairMinted(address indexed to, uint256 amount, uint256 ethAmount)
LunchEvent(address indexed to, uint256 amount, uint256 ethAmount, uint256 liquidity)
RefundEvent(address indexed from, uint256 amount, uint256 bnb)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _price, uint256 _amountPerUnits, uint256 totalSupply, address _luncher, address _uniswapRouter, address _uniswapFactory, string _name, string _symbol, uint256 _eachAddressLimitEthers)
receive()
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)
ReentrancyGuardReentrantCall()