wCORE
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "wCORE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "wCORE"
ABI
ABI objects
Getter at block 21216723
_numTokensWrapped() view returns (uint8)
0
decimals() view returns (uint8)
0
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
symbol() view returns (string)
totalSupply() view returns (uint256)
0
Read-only
_wrappedTokens(uint256) view returns (address _address, uint256 _reserve, uint256 _amountWrapperPerUnit)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getTokenInfo(uint256 _id) view returns (address, uint256, uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeWrapTokenName(string name)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address[] _addresses, uint8[] _percent, uint8[] tokenDecimals, address _coreGlobals)
renounceOwnership()
setLGEAddress(address _LGEAddress)
skim(address to)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpauseTransfers()
unwrap(uint256 amt)
unwrapAll()
unwrapFor(address spender, uint256 amt)
wrap(address to, uint256 amt)
wrapAtomic(address to)
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)
Unwrapped(address indexed from, address indexed to, uint256 amount)
Wrapped(address indexed from, address indexed to, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.