Balances ($34.24)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 34.200998 | $1.001 |
$34.24 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20962919 | a month ago | | | 0 | 0.00029465173 | |
| 20619328 | 2 months ago | | | 0 | 0.000033984552 | |
| 20574036 | 3 months ago | | | 0 | 0.000022571323 | |
| 20574034 | 3 months ago | | | 0 | 0.000021578212 | |
| 20549088 | 3 months ago | | | 0 | 0.000039360818 | |
| 20293655 | 4 months ago | | | 0 | 0.000046615586 | |
| 20258769 | 4 months ago | | | 0 | 0.000076294328 | |
| 20181941 | 4 months ago | | | 0 | 0.00016771195 | |
| 20118656 | 5 months ago | | | 0 | 0.00020910523 | |
| 19938004 | 6 months ago | | | 0 | 0.00045878162 |
ABI
ABI objects
Getter at block 21164104
decimals() view returns (uint8)
18
isOperator() view returns (bool)
false
name() view returns (string)
BSG
operator() view returns (address)
0xb471e50c75ded7405b136a7ab684f4bab09b4b3d
owner() view returns (address)
0xb471e50c75ded7405b136a7ab684f4bab09b4b3d
symbol() view returns (string)
BSG
totalSupply() view returns (uint256)
127662481717477117992
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.