Based Elephant
Verified contract
Active on
Base with 11,465 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 "Based Elephant"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21765675 | 3 days ago | | | 0 | 2.6843594e-7 | |
| 21506746 | 9 days ago | | | 0 | 7.4171068e-7 | |
| 20669100 | a month ago | | | 0 | 2.6691352e-7 | |
| 20499758 | a month ago | | | 0 | 1.6036495e-7 | |
| 20499694 | a month ago | | | 0 | 1.5900988e-7 | |
| 20499682 | a month ago | | | 0 | 1.4618155e-7 | |
| 20363603 | a month ago | | | 0 | 2.9753756e-7 | |
| 20294711 | a month ago | | | 0 | 4.5485272e-7 | |
| 20279990 | a month ago | | | 0 | 5.6651348e-7 | |
| 20255204 | a month ago | | | 0 | 0.0000052349637 |
ABI
ABI objects
Getter at block 21891378
decimals() view returns (uint8)
18
launched() view returns (bool)
true
name() view returns (string)
Based Elephant
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
BELE
totalSupply() view returns (uint256)
420690000000000000000000
Read-only
allowance(address _owner, address spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
launch()
renounceOwnership()
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.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)