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 "NOK"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9917584 | 5 years ago | | | 0 | 0.00010984200 | |
| 9915859 | 5 years ago | | | 0 | 0.00036705000 | |
| 9745953 | 5 years ago | | | 0 | 0.00014923600 | |
| 9688307 | 5 years ago | | | 0 | 0.00018352500 | |
| 9688307 | 5 years ago | | | 0 | 0.00018352500 | |
| 9688307 | 5 years ago | | | 0 | 0.00018352500 | |
| 9688307 | 5 years ago | | | 0 | 0.00018352500 | |
| 9688307 | 5 years ago | | | 0 | 0.00018352500 | |
| 9688297 | 5 years ago | | | 0 | 0.00018352500 | |
| 9688297 | 5 years ago | | | 0 | 0.00018352500 |
ABI
ABI objects
Getter at block 21185554
contractHash() view returns (string)
E665621E24477C9FFA2352C10DF8D14D32F38CF81F77FE379ED5BDF9F4C2483962F902D1F69B1ADEBECAA7C87D6DDB64E11F0B721F3183819442AAAFF13C4846
contractUrl() view returns (string)
https://miristech.blob.core.windows.net/uploaded-documents/17f7d62f-c71a-45b1-92a2-72b48631b327.pdf
decimals() view returns (uint8)
2
interestBPS() view returns (uint32)
900
isOwner() view returns (bool)
false
maturityDate() view returns (string)
2020/08/01
name() view returns (string)
NOK
owner() view returns (address)
0x0b2074d4c4592afcc293e9afb6828dbf00cf04bb
symbol() view returns (string)
NOK
totalSupply() view returns (uint256)
512244000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events Burn(address from, uint256 value) returns (bool)
Destroy() returns (bool)
Mint(address to, uint256 value) returns (bool)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setContractUrl(string url) returns (bool)
sudoTransfer(address from, address to, uint256 value) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) 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 decimals, string contractHash, string contractUrl, uint32 interestBPS, string maturityDate)
This contract contains no fallback and receive objects.
This contract contains no error objects.