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 |
---|---|---|---|---|---|
BASEMAN | ERC-20 | 172.290517B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14166215 | 6 months ago | | | 0 | 0.000070973635 | |
| 2108358 | a year ago | | | 0 | 0.000036309001 | |
| 2092958 | a year ago | | | 0 | 0.000036309001 | |
| 2048091 | a year ago | | | 0 | 0.0000078618000 | |
| 2048087 | a year ago | | | 0 | 0.0000072618000 | |
| 2013696 | a year ago | | | 0 | 0.000041150200 | |
| 2013548 | a year ago | | | 0 | 0.000058089930 | |
| 2013536 | a year ago | | | 0 | 0.000069538180 | |
| 2013525 | a year ago | | | 0 | 0.000069376175 | |
| 2013391 | a year ago | | | 0 | 0.000043887510 |
ABI
ABI objects
Getter at block 21876911
buyFee() view returns (uint256)
0
creatorWallet() view returns (address)
0x33208c040f8f4e66d473cc47c393fa06ca0d499c
decimals() view returns (uint8)
18
name() view returns (string)
Baseman
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFee() view returns (uint256)
98
symbol() view returns (string)
BASEMAN
totalSupply() view returns (uint256)
1000000001000000000000000000000000000000010000000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(address _to, uint256 _amount)
buy() payable
renounceOwnership()
sell(uint256 _amount)
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.