Million Stars Coin
Verified contract
Active on
Ethereum with 1,416 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 "Million Stars Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12548157 | 3 years ago | | | 0 | 0.0015757200 | |
| 12519078 | 3 years ago | | | 0 | 0.00065650000 | |
| 12297686 | 4 years ago | | | 0 | 0.0019432400 | |
| 12297685 | 4 years ago | | | 0 | 0.0019441280 | |
| 11916431 | 4 years ago | | | 0 | 0.0095185440 | |
| 11899607 | 4 years ago | | | 0 | 0.0080940000 | |
| 11795975 | 4 years ago | | | 0 | 0.0087426240 | |
| 11789845 | 4 years ago | | | 0 | 0.011072592 | |
| 11789732 | 4 years ago | | | 0 | 0.013141733 | |
| 11768551 | 4 years ago | | | 0 | 0.0069284640 |
ABI
ABI objects
Getter at block 21159861
blackLister() view returns (address)
0xf996d13cc1d8b95801349d9db30b79fedc9a1e4d
decimals() view returns (uint8)
5
maxSupply() view returns (uint256)
100000000000000
minter() view returns (address)
0xf996d13cc1d8b95801349d9db30b79fedc9a1e4d
name() view returns (string)
Million Stars Coin
owner() view returns (address)
0xf996d13cc1d8b95801349d9db30b79fedc9a1e4d
paused() view returns (bool)
false
pauser() view returns (address)
0xf996d13cc1d8b95801349d9db30b79fedc9a1e4d
symbol() view returns (string)
MSC
totalSupply() view returns (uint256)
100000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isBlackListed(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
blackList(address account) returns (bool)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
init(string name, string symbol, uint8 decimals, uint256 initSupply) returns (bool)
kill()
pause()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unBlackList(address account) returns (bool)
unPause()
updateBlackLister(address newBlackLister)
updateMinter(address newMinter)
updatePauser(address newPauser)
Approval(address indexed owner, address indexed spender, uint256 value)
BlackList(address account)
BlackListerChanged(address newBlackLister)
MinterChanged(address newMinter)
OwnershipTransferred(address owner, address newOwner)
Paused(address account)
PauserChanged(address indexed newPauser)
Transfer(address indexed from, address indexed to, uint256 value)
UnBlackList(address account)
Unpaused(address account)
constructor()
receive()
This contract contains no error objects.