Micro Licensing Coin
Verified contract
Active on
Ethereum with 434 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 |
---|---|---|---|---|---|
MILC | ERC-20 | 5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20801387 | 2 months ago | | | 0 | 0.00030722131 | |
| 19554790 | 7 months ago | | | 0 | 0.0013015608 | |
| 18877475 | a year ago | | | 0 | 0.0019425830 | |
| 16901290 | 2 years ago | | | 0 | 0.00076324410 | |
| 16684024 | 2 years ago | | | 0 | 0.0011915491 | |
| 16050235 | 2 years ago | | | 0 | 0.00042194700 | |
| 15427502 | 2 years ago | | | 0 | 0.00016859719 | |
| 15427465 | 2 years ago | | | 0 | 0.00016243663 | |
| 15242989 | 2 years ago | | | 0 | 0.00027048626 | |
| 13920128 | 3 years ago | | | 0 | 0.0024605657 |
ABI
ABI objects
Getter at block 21186246
MAX_TOKENS() view returns (uint256)
40000000000000000000000000
decimals() view returns (uint8)
18
isMintDone() view returns (bool)
true
name() view returns (string)
Micro Licensing Coin
owner() view returns (address)
0x3c579a7d743be595b80b2ebcabe0d667d2ebcf22
symbol() view returns (string)
MILC
totalSupply() view returns (uint256)
40000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
safeAdd(uint256 a, uint256 b) pure returns (uint256 c)
safeSub(uint256 a, uint256 b) pure returns (uint256 c)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseApproval(address spender, uint256 subtractedValue) returns (bool success)
increaseApproval(address spender, uint256 addedValue) returns (bool success)
mint(address[] recipients, uint256[] tokens) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferArray(address[] tos, uint256[] values) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
fallback()
This contract contains no error objects.