Makes You Beautiful
Verified contract
Active on
Ethereum with 556 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 "Makes You Beautiful"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16122987 | 2 years ago | | | 0 | 0.00099076500 | |
| 10327910 | 4 years ago | | | 0 | 0.0018346180 | |
| 9953315 | 5 years ago | | | 0 | 0.0014811930 | |
| 9258324 | 5 years ago | | | 0 | 0.00067119300 | |
| 9258288 | 5 years ago | | | 0 | 0.00047222614 | |
| 9257791 | 5 years ago | | | 0 | 0.0010761930 | |
| 9205155 | 5 years ago | | | 0 | 0.00067119300 | |
| 9205115 | 5 years ago | | | 0 | 0.00065306012 | |
| 9134077 | 5 years ago | | | 0 | 0.00041672810 | |
| 9134050 | 5 years ago | | | 0 | 0.0014811930 |
ABI
ABI objects
Getter at block 21172809
decimals() view returns (uint8)
18
name() view returns (string)
Makes You Beautiful
owner() view returns (address)
0xe4f423c72a8d81e8ff7b0cb4089818a01b5255a3
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
stopped() view returns (bool)
false
symbol() view returns (string)
MUB
totalSupply() view returns (uint256)
1500000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
freezeAddresses(address) view returns (bool)
freezeOf(address) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address _spender, uint256 _value) returns (bool)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
freeze(address _from, uint256 _value) returns (bool)
freezeAddress(address _addressOf) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
pause()
resume()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _pendingOwner)
unfreeze(address _from, uint256 _value) returns (bool)
unfreezeAddress(address _addressOf) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Freeze(address indexed from, uint256 value)
FreezeAddress(address indexed addressOf)
OwnershipTransferred(address indexed from, address indexed to)
Paused()
Resumed()
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze(address indexed from, uint256 value)
UnfreezeAddress(address indexed addressOf)
constructor(string _name, string _symbol, uint8 _decimals, uint256 _initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.