Beauty Coin
Verified contract
Active on
Ethereum with 967 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Beauty Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12962986 | 3 years ago | | | 0 | 0.0012158944 | |
| 12962972 | 3 years ago | | | 0 | 0.0012502140 | |
| 12962961 | 3 years ago | | | 0 | 0.0012502140 | |
| 12943852 | 3 years ago | | | 0 | 0.00093153200 | |
| 12943410 | 3 years ago | | | 0 | 0.00091927500 | |
| 11476109 | 4 years ago | | | 0 | 0.0012535560 | |
| 9753152 | 5 years ago | | | 0 | 0.000023178000 | |
| 9725588 | 5 years ago | | | 0 | 0.0013928400 | |
| 9697820 | 5 years ago | | | 0 | 0.000023178000 | |
| 9610219 | 5 years ago | | | 0 | 0.00011368201 |
ABI
ABI objects
Getter at block 21314384
controller() view returns (address)
0xc9976d3099d70e5edeede89811f889e8cb935bfc
decimals() view returns (uint8)
18
name() view returns (string)
Beauty Coin
officialSite() view returns (string)
http://www.beautybloc.io
owner() view returns (address)
0xc9976d3099d70e5edeede89811f889e8cb935bfc
symbol() view returns (string)
BEAUTY
techProvider() view returns (string)
WeYii Tech
totalSupply() view returns (uint256)
10000000000000000000000000000
transfersEnabled() view returns (bool)
false
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
freezeOf(uint8, uint32) view returns (address user, uint256 amount)
lastFreezeSeq(uint8) view returns (uint32)
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[] tokens)
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)
transferMultiSameVaule(address[] _to, uint256 _value) returns (bool success)
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)
TransferMulti(uint256 userLen, uint256 valueAmount)
Unfreeze(address indexed from, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol, address initialOwner)
fallback()
This contract contains no error objects.