Wrapped CRES
Verified contract
Active on
Ethereum with 9,443 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($100.10)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 100 | $1.001 |
$100.1 | |
CRES | ERC-20 | 1.173496M | -- | -- | |
wCRES | ERC-20 | 1.201812K | -- | -- | |
GEM | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21179851 | 9 days ago | | | 0 | 0.0019055894 | |
| 21009136 | a month ago | | | 0 | 0.00040989306 | |
| 20654228 | 3 months ago | | | 0 | 0.000043308000 | |
| 20654155 | 3 months ago | | | 0 | 0.000043308000 | |
| 20463683 | 4 months ago | | | 0 | 0.00060420248 | |
| 20463682 | 4 months ago | | | 0 | 0.00058624316 | |
| 20446025 | 4 months ago | | | 0 | 0.000069426000 | |
| 20438672 | 4 months ago | | | 0 | 0.000076152937 | |
| 20425617 | 4 months ago | | | 0 | 0.00033353343 | |
| 20297228 | 4 months ago | | | 0 | 0.000052603733 |
ABI
ABI objects
Getter at block 21247541
base() view returns (address)
0x81df9efb1e970517ff5b32c2f485f791f3410164
decimals() view returns (uint256)
18
name() view returns (string)
Wrapped CRES
symbol() view returns (string)
wCRES
totalSupply() view returns (uint256)
1173496000000000000000000
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)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
deposit(uint256 _value) returns (bool)
depositTo(address _to, uint256 _value) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
withdraw(uint256 _value) returns (bool)
withdrawFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Deposit(address indexed _address, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
Withdrawal(address indexed _address, uint256 value)
constructor(string _name, string _symbol, uint256 _decimals, address _base)
This contract contains no fallback and receive objects.
This contract contains no error objects.