MUMUBITToken
Verified contract
Active on
Ethereum with 4,929 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 |
---|---|---|---|---|---|
MCTP | ERC-20 | 1.44561K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21222381 | 5 hours ago | | | 0 | 0.00049733173 | |
| 21222360 | 5 hours ago | | | 0 | 0.00057754039 | |
| 21222336 | 5 hours ago | | | 0 | 0.00057028609 | |
| 21222313 | 5 hours ago | | | 0 | 0.00071805015 | |
| 21222275 | 5 hours ago | | | 0 | 0.0011247373 | |
| 21222262 | 5 hours ago | | | 0 | 0.00098431115 | |
| 21222261 | 5 hours ago | | | 0 | 0.00076545882 | |
| 21222245 | 5 hours ago | | | 0 | 0.0010902285 | |
| 21222178 | 5 hours ago | | | 0 | 0.00079085731 | |
| 21222163 | 6 hours ago | | | 0 | 0.0011811469 |
ABI
ABI objects
Getter at block 21223814
decimals() pure returns (uint8)
18
name() pure returns (string)
MUMUBIT TOKEN
owner() view returns (address)
0xa8b26c6bb8e84e429841c2878580a01c29e4389b
symbol() pure returns (string)
MCTP
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _tokenOwner, address _spender) view returns (uint256)
balanceOf(address _tokenOwner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _tokens) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.