BOSCToken
Verified contract
Active on
Ethereum with 1,987 txns
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 |
---|---|---|---|---|---|
BOSC | ERC-20 | 3.79789K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15583367 | 2 years ago | | | 0 | 0.0011607979 | |
| 15559325 | 2 years ago | | | 0 | 0.00070776000 | |
| 15559306 | 2 years ago | | | 0 | 0.00011457600 | |
| 13463436 | 3 years ago | | | 0 | 0.0040650378 | |
| 13221847 | 3 years ago | | | 0 | 0.0010616400 | |
| 13212184 | 3 years ago | | | 0 | 0.0020441284 | |
| 13207670 | 3 years ago | | | 0 | 0.0014061600 | |
| 13175803 | 3 years ago | | | 0 | 0.0034658360 | |
| 13175795 | 3 years ago | | | 0 | 0.0035080495 | |
| 13175785 | 3 years ago | | | 0 | 0.0061801837 |
ABI
ABI objects
Getter at block 21399780
_totalSupply() view returns (uint256)
428679360000000000000000000
buyPrice() view returns (uint256)
2000
decimals() view returns (uint8)
18
minBalanceForAccounts() view returns (uint256)
0
name() view returns (string)
BOSCToken
owner() view returns (address)
0x443398e50a4262aec14b72640bf19866dbf9223c
sellPrice() view returns (uint256)
2500
symbol() view returns (string)
BOSC
totalSupply() view returns (uint256 totalsupply)
428679360000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
freezeAccount(address target, bool freeze)
mintToken(address target, uint256 mintedAmount)
setPrices(uint256 newSellPrice, uint256 newBuyPrice)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
fallback()
This contract contains no error objects.