RenaswapV1Wrapper
Verified contract
Active on
Ethereum with 21 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($26.10)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RENA | ERC-20 | 325 | $0.08032 |
$26.1 | |
ITS | ERC-20 | 218.79 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15763075 | 2 years ago | | | 0 | 0.00057380000 | |
| 14496145 | 3 years ago | | | 0 | 0.0014890632 | |
| 14496101 | 3 years ago | | | 0 | 0.0015915869 | |
| 14496081 | 3 years ago | | | 0 | 0.0014201612 | |
| 14495998 | 3 years ago | | | 0 | 0.0022073250 | |
| 14495880 | 3 years ago | | | 0 | 0.0022073250 | |
| 14285198 | 3 years ago | | | 0 | 0.0025592050 | |
| 14285139 | 3 years ago | | | 0 | 0.0025592050 | |
| 14285105 | 3 years ago | | | 0 | 0.0025592050 | |
| 14285032 | 3 years ago | | | 0 | 0.0025585450 |
ABI
ABI objects
Getter at block 21298478 totalSupply() view returns (uint256)
_burnDurations() view returns (uint256)
15724800
owner() view returns (address)
0x1f7c453a4cccbf826a97f213706ee72b79dba466
uniqueIds() view returns (uint256)
3
Read-only
_burns(address) view returns (uint256)
_destinations(address) view returns (address)
_token_ids(address) view returns (uint256)
_token_lookup(address) view returns (address)
_tokenid_lookup(address) view returns (uint256)
allowance(address, address) pure returns (uint256)
approve(address, uint256) pure returns (bool)
balanceFor(address token, address account) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
transfer(address, uint256) pure returns (bool)
uri(uint256) view returns (string)
State-modifying
Events addWrappedToken(address token, address pair) returns (uint256 id)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
extract(address pair)
rBurn(address pair_, uint256 burnDivisor)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setDestination(address pair, address destination)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Deposit(address indexed dst, address indexed token, uint256 indexed id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenWrapped(address token, address pair, uint256 id)
Transfer(address indexed from, address indexed to, uint256 value)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string uri_)
receive()
This contract contains no error objects.