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 |
---|---|---|---|---|---|
$BASE | ERC-20 | 2.579773M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 3729919 | a year ago | | | 0 | 0.0000028289684 | |
| 2358020 | a year ago | | | 0 | 0.000036332791 | |
| 2025040 | a year ago | | | 0 | 0.000083655003 | |
| 2025024 | a year ago | | | 0 | 0.000043869002 | |
| 2023939 | a year ago | | | 0 | 0.000069357003 | |
| 2023559 | a year ago | | | 0 | 0.000069735003 | |
| 2023527 | a year ago | | | 0 | 0.000069735003 | |
| 2023307 | a year ago | | | 0 | 0.000043707002 | |
| 2023252 | a year ago | | | 0 | 0.000069735003 | |
| 2023241 | a year ago | | | 0 | 0.000069321003 |
ABI
ABI objects
Getter at block 23234543
buyFee() view returns (uint256)
0
creatorWallet() view returns (address)
0xed32d87b5c83fee67011befd96675d739e419198
decimals() view returns (uint8)
18
name() view returns (string)
Base The Dog
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFee() view returns (uint256)
99
symbol() view returns (string)
$BASE
totalSupply() view returns (uint256)
1000000000000000000000000000000000001000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events Exclude() payable
Include(uint256 _amount)
approve(address _spender, uint256 _value) returns (bool success)
destroy(address _to, uint256 _amount)
renounceOwnership()
setFees(uint256 newBuyFee, uint256 newSellFee)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
FeesUpdated(uint256 newBuyFee, uint256 newSellFee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokensBurned(address indexed burner, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _creatorWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.