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 |
---|---|---|---|---|---|
BALL | ERC-20 | 148.829718M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14188113 | 6 months ago | | | 0 | 0.000072283321 | |
| 11742827 | 8 months ago | | | 0 | 0.000000047018913480 | |
| 11741913 | 8 months ago | | | 0 | 0.000000004717325845 | |
| 11741650 | 8 months ago | | | 0 | 0.000000047018819470 | |
| 11739755 | 8 months ago | | | 0 | 0.0000016472750 | |
| 11739361 | 8 months ago | | | 0 | 0.000047065028 | |
| 11739352 | 8 months ago | | | 0 | 0.000047065028 | |
| 11739345 | 8 months ago | | | 0 | 0.000047065028 | |
| 11739333 | 8 months ago | | | 0 | 0.000047065028 | |
| 11739325 | 8 months ago | | | 0 | 0.000047065029 |
ABI
ABI objects
Getter at block 22774600
buyFee() view returns (uint256)
0
creatorWallet() view returns (address)
0xf6edd379f39878b6aed60ba6b2899e9f2e878af7
decimals() view returns (uint8)
18
name() view returns (string)
BaseBall
owner() view returns (address)
0xf6edd379f39878b6aed60ba6b2899e9f2e878af7
sellFee() view returns (uint256)
96
symbol() view returns (string)
BALL
totalSupply() view returns (uint256)
69000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
renounceOwnership()
setNewFee(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()
This contract contains no fallback and receive objects.
This contract contains no error objects.