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 "BASS Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2542460 | a year ago | | | 0 | 0.000046173003 | |
| 2542419 | a year ago | | | 0 | 0.000027957005 | |
| 2542413 | a year ago | | | 0 | 0.000046173003 | |
| 2542323 | a year ago | | | 0 | 0.000046343003 | |
| 2542234 | a year ago | | | 0 | 0.000046161003 | |
| 2542219 | a year ago | | | 0 | 0.000046173003 | |
| 2542206 | a year ago | | | 0 | 0.00011543251 | |
| 2542197 | a year ago | | | 0 | 0.0000048924777 | |
| 2542196 | a year ago | | | 0 | 0.0000048924777 | |
| 2542194 | a year ago | | | 0 | 0.0000048924777 |
ABI
ABI objects
Getter at block 23155398
decimals() view returns (uint8)
18
deployer() view returns (address)
0xce2ec8b275de04713a7035c79beb4340ae7c983e
name() view returns (string)
BASS Coin
owner() view returns (address)
0xce2ec8b275de04713a7035c79beb4340ae7c983e
symbol() view returns (string)
BASS
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
bots(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blockBots(address bots_)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unblockBots(address bots_)
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.
This contract contains no error objects.