Beautiful South Chain
Verified contract
Active on
Ethereum with 3,337 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1.56)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UPC | ERC-20 | 0.4 | $3.91 |
$1.56 | |
BSC | ERC-20 | 372.68K | -- | -- | |
BSC | ERC-20 | 10K | -- | -- | |
MYOU | ERC-20 | 0.2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15327316 | 2 years ago | | | 0 | 0.00098051800 | |
| 14704323 | 3 years ago | | | 0 | 0.0014262080 | |
| 13178663 | 3 years ago | | | 0 | 0.0044625551 | |
| 11062826 | 4 years ago | | | 0 | 0.00051050000 | |
| 11062800 | 4 years ago | | | 0 | 0.00051026000 | |
| 11062797 | 4 years ago | | | 0 | 0.00051050000 | |
| 11062645 | 4 years ago | | | 0 | 0.00051050000 | |
| 11062300 | 4 years ago | | | 0 | 0.00051050000 | |
| 11062300 | 4 years ago | | | 0 | 0.00051026000 | |
| 10995277 | 4 years ago | | | 0 | 0.0032420000 |
ABI
ABI objects
Getter at block 21306182
decimals() view returns (uint8)
18
name() view returns (string)
Beautiful South Chain
owner() view returns (address)
0xc9d48479fa34de6db076cc3adb723e06ce240ea0
symbol() view returns (string)
BSC
totalSupply() view returns (uint256)
1000000000000000000000000000
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)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.