Wrapped LOKI
Verified contract
Active on
Ethereum with 961 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 |
---|---|---|---|---|---|
wLOKI | ERC-20 | 540 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21235854 | 11 days ago | | | 0 | 0.00045614179 | |
| 19705721 | 7 months ago | | | 0 | 0.00040349721 | |
| 19180864 | 10 months ago | | | 0 | 0.00070975935 | |
| 18469524 | a year ago | | | 0 | 0.00045454582 | |
| 18294923 | a year ago | | | 0 | 0.00015006644 | |
| 17738365 | a year ago | | | 0 | 0.00048385068 | |
| 16050381 | 2 years ago | | | 0 | 0.00045514865 | |
| 15895540 | 2 years ago | | | 0 | 0.00030354250 | |
| 15159397 | 2 years ago | | | 0 | 0.00042454754 | |
| 14251589 | 3 years ago | | | 0 | 0.0032201900 |
ABI
ABI objects
Getter at block 21317198
decimals() view returns (uint8)
9
mintingFinished() view returns (bool)
false
name() view returns (string)
Wrapped LOKI
owner() view returns (address)
0xee26886f1e8597c47aa9e3b01af3ba33dde30979
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
wLOKI
totalSupply() view returns (uint256)
389915918100018
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 value)
burnWithNote(uint256 _value, string _note)
claimOwnership()
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
pause()
reclaimToken(address _token)
renounceOwnership()
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)
Burn(address indexed burner, uint256 value, string note)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.