MicroBusinessCoin
Verified contract
Active on
Ethereum with 6,989 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 "MicroBusinessCoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11919113 | 4 years ago | | | 0 | 0.0063905261 | |
| 9920729 | 5 years ago | | | 0 | 0.00087418003 | |
| 9044153 | 5 years ago | | | 0 | 0.00057962300 | |
| 8767971 | 5 years ago | | | 0 | 0.00026410500 | |
| 8643013 | 5 years ago | | | 0 | 0.00090924000 | |
| 8575689 | 5 years ago | | | 0 | 0.000098250406 | |
| 8489112 | 5 years ago | | | 0 | 0.00034231500 | |
| 8226541 | 5 years ago | | | 0 | 0.00046135842 | |
| 8196938 | 5 years ago | | | 0 | 0.000091284000 | |
| 8019833 | 5 years ago | | | 0 | 0.00025089975 |
ABI
ABI objects
Getter at block 21224445
decimals() view returns (uint8)
18
name() view returns (string)
MicroBusinessCoin
owner() view returns (address)
0x82dce11bbc043bf0ec5d0a588f5e6e95639db437
paused() view returns (bool)
false
symbol() view returns (string)
MBC
totalSupply() view returns (uint256)
90000000000000000000000000000
version() view returns (string)
2.0.0
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
batchFreeze(address[] addresses, bool freeze)
batchTransfer(address[] _receivers, uint256 _value) returns (bool)
freezeAccount(address target, bool freeze)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
FrozenFunds(address target, bool frozen)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
fallback()
This contract contains no error objects.