Balances ($2,804.80)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 2.802K | $1.001 |
$2,804.8 | |
BCS | ERC-20 | 30 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21062499 | 15 days ago | | | 0 | 0.00015989734 | |
| 20900071 | a month ago | | | 0 | 0.00015689863 | |
| 20874180 | a month ago | | | 0 | 0.00015617846 | |
| 20839706 | 2 months ago | | | 0 | 0.00027556904 | |
| 20831384 | 2 months ago | | | 0 | 0.00055863201 | |
| 20335848 | 4 months ago | | | 0 | 0.00038097632 | |
| 20335818 | 4 months ago | | | 0 | 0.00038740219 | |
| 19927158 | 6 months ago | | | 0 | 0.00099563939 | |
| 19765567 | 6 months ago | | | 0 | 0.00017572829 | |
| 19701111 | 7 months ago | | | 0 | 0.00028102325 |
ABI
ABI objects
Getter at block 21172655
decimals() view returns (uint8)
18
isOperator() view returns (bool)
false
name() view returns (string)
BCS
operator() view returns (address)
0x6233a18bffa2b0d7f6c66b000f14aa2fc965a697
owner() view returns (address)
0x6233a18bffa2b0d7f6c66b000f14aa2fc965a697
symbol() view returns (string)
BCS
totalSupply() view returns (uint256)
1000001000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address recipient_, uint256 amount_) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOperator(address newOperator_)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OperatorTransferred(address indexed previousOperator, address indexed newOperator)
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.