Beauty Coin
Verified contract
Active on
Ethereum with 1,321 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 |
---|---|---|---|---|---|
BEAUTY | ERC-20 | 10 | -- | -- | |
BEAUTY | ERC-20 | 10 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10013135 | 5 years ago | | | 0 | 0.00095252500 | |
| 9933349 | 5 years ago | | | 0 | 0.000046178000 | |
| 9917538 | 5 years ago | | | 0 | 0.000046178000 | |
| 9834386 | 5 years ago | | | 0 | 0.000023089000 | |
| 9753152 | 5 years ago | | | 0 | 0.000038089000 | |
| 9697807 | 5 years ago | | | 0 | 0.000038089000 | |
| 9309436 | 5 years ago | | | 0 | 0.00026662300 | |
| 9275856 | 5 years ago | | | 0 | 0.000038101000 | |
| 9079129 | 5 years ago | | | 0 | 0.000045692400 | |
| 8986155 | 5 years ago | | | 0 | 0.000049084200 |
ABI
ABI objects
Getter at block 21192696
controller() view returns (address)
0x1e5771058aa6729acaaf8e46d923562b52ede72e
decimals() view returns (uint8)
18
name() view returns (string)
Beauty Coin
officialSite() view returns (string)
http://www.beautybloc.io
owner() view returns (address)
0x1e5771058aa6729acaaf8e46d923562b52ede72e
symbol() view returns (string)
BEAUTY
techProvider() view returns (string)
WeYii Tech
totalSupply() view returns (uint256)
10000000000000000000000000000
transfersEnabled() view returns (bool)
true
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
freezeOf(uint8, uint8) view returns (address user, uint256 amount)
lastFreezeSeq(uint8) view returns (uint8)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _amount, bytes _extraData) returns (bool success)
changeController(address _newController)
changeOwner(address newOwner) returns (bool)
claimTokens(address _token)
destroyTokens(address _user, uint256 _amount) returns (bool)
enableTransfers(bool _transfersEnabled)
freeze(address _user, uint256 _value, uint8 _step) returns (bool success)
generateTokens(address _user, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferMulti(address[] _to, uint256[] _value) returns (uint256 amount)
unFreeze(uint8 _step) returns (bool unlockOver)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
ClaimedTokens(address indexed _token, address indexed _controller, uint256 _amount)
Freeze(address indexed from, uint256 value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
Unfreeze(address indexed from, uint256 value)
info(string name, uint8 value)
info256(string name, uint256 value)
infoAddr(string name, address addr)
infoBool(string name, bool value)
constructor(uint256 initialSupply, string tokenName, uint8 decimalUnits, string tokenSymbol, bool transfersEnable)
fallback()
This contract contains no error objects.