Beauty Coin
Verified contract
Active on
Ethereum with 17,485 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 |
---|---|---|---|---|---|
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18404332 | a year ago | | | 0 | 0.00017351983 | |
| 14977651 | 2 years ago | | | 0 | 0.0011322945 | |
| 8921244 | 5 years ago | | | 0 | 0.00062692800 | |
| 8896708 | 5 years ago | | | 0 | 0.00085680160 | |
| 6097489 | 6 years ago | | | 0 | 0.000072744000 | |
| 6096857 | 6 years ago | | | 0 | 0.000072744000 | |
| 6014977 | 6 years ago | | | 0 | 0.00094154400 | |
| 6014811 | 6 years ago | | | 0 | 0.00028462561 | |
| 6014507 | 6 years ago | | | 0 | 0.0018918320 | |
| 6007328 | 6 years ago | | | 0 | 0.00098548805 |
ABI
ABI objects
Getter at block 21161646
controller() view returns (address)
0x788e70a7b99b7be9da5cb6de4be53558cb7ce316
decimals() view returns (uint8)
18
name() view returns (string)
Beauty Coin
owner() view returns (address)
0x1e5771058aa6729acaaf8e46d923562b52ede72e
symbol() view returns (string)
BEAUTY
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)
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)
constructor(uint256 initialSupply, string tokenName, uint8 decimalUnits, string tokenSymbol, bool transfersEnable)
fallback()
This contract contains no error objects.