BALD Eagle
Unverified contract
Proxy
Active on
Base with 6,017 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 |
---|---|---|---|---|---|
GOAT | ERC-20 | 4.526K | -- | -- | |
$BEAGL | ERC-20 | 4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 1.16K | -- | -- | |
LZPZ | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21858125 | 4 hours ago | | | 0 | 1.6299796e-7 | |
| 21857643 | 5 hours ago | | | 0 | 1.5064515e-7 | |
| 21833690 | 18 hours ago | | | 0 | 0.000000200760600000 | |
| 21776946 | 2 days ago | | | 0 | 2.8586248e-7 | |
| 21766300 | 2 days ago | | | 0 | 2.8778317e-7 | |
| 21758080 | 2 days ago | | | 0 | 2.8902394e-7 | |
| 21748858 | 3 days ago | | | 0 | 4.5371918e-7 | |
| 21743426 | 3 days ago | | | 0 | 4.3611780e-7 | |
| 21741471 | 3 days ago | | | 0 | 2.7117542e-7 | |
| 21740330 | 3 days ago | | | 0 | 2.7769637e-7 |
ABI
ABI objects
Getter at block 21865999
decimals() view returns (uint8)
18
maxSupply() view returns (uint256)
1000000000000000000000000000
name() view returns (string)
BALD Eagle
symbol() view returns (string)
$BEAGL
totalSupply() view returns (uint256)
999999000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _owner, string _name, string _symbol, uint8 _decimals, uint256 _initialSupply)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint8 version)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.