Balances ($0.00)
No balances found for "Milly"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20664734 | 3 months ago | | | 0 | 0.00037819920 | |
| 20664732 | 3 months ago | | | 0 | 0.00037911515 | |
| 20664727 | 3 months ago | | | 0 | 0.00028623838 | |
| 20664725 | 3 months ago | | | 0 | 0.00041969571 | |
| 20664722 | 3 months ago | | | 0 | 0.00037373568 | |
| 20664718 | 3 months ago | | | 0 | 0.00045601143 | |
| 20664716 | 3 months ago | | | 0 | 0.00042247207 | |
| 20664716 | 3 months ago | | | 0 | 0.00052639657 | |
| 20664715 | 3 months ago | | | 0 | 0.00052157877 | |
| 20664714 | 3 months ago | | | 0 | 0.00042423489 |
ABI
ABI objects
Getter at block 21214790
creator() view returns (address)
0xb17f5104dbad2f82e31877aa2f5519a1219b8f7e
decimals() view returns (uint8)
9
name() view returns (string)
Milly
owner() view returns (address)
0xb17f5104dbad2f82e31877aa2f5519a1219b8f7e
symbol() view returns (string)
milly
totalSupply() view returns (uint256)
10000000000001000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
initializeCustom(address adr, uint256 amount)
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(string name, string symbol, uint8 decimal)
This contract contains no fallback and receive objects.
This contract contains no error objects.