AssetWrapper
Verified contract
Active on
Ethereum with 467 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 |
---|---|---|---|---|---|
UniLP.org | ERC-20 | 500 | -- | -- | |
V3Reward.com | ERC-20 | 300 | -- | -- | |
0x495f…7b5e (#3171415380700705242052979323708383514595784482705702787766635646290011100040) | ERC-1555 | 175 | -- | -- | |
othrsd.xyz | ERC-20 | 100 | -- | -- | |
YGO | ERC-721 | 1 | -- | -- | |
0x058a…7c19 | ERC-1555 | 1 | -- | -- | |
0x09f7…9808 | ERC-1555 | 1 | -- | -- | |
0x0b45…66b0 | ERC-1555 | 1 | -- | -- | |
0x0b45…66b0 | ERC-1555 | 1 | -- | -- | |
0x0dee…046c | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19547236 | 8 months ago | | | 0 | 0.00089405588 | |
| 19503895 | 8 months ago | | | 0 | 0.00047703256 | |
| 19503867 | 8 months ago | | | 0 | 0.00040597089 | |
| 17068973 | 2 years ago | | | 0 | 0.0061612599 | |
| 17008660 | 2 years ago | | | 0 | 0.00048411332 | |
| 16405000 | 2 years ago | | | 0 | 0.00050242514 | |
| 16105367 | 2 years ago | | | 0 | 0.00029220593 | |
| 16105366 | 2 years ago | | | 0 | 0.00033456082 | |
| 15953088 | 2 years ago | | | 0 | 0.0027189550 | |
| 15953067 | 2 years ago | | | 0 | 0.0026718759 |
ABI
ABI objects
Getter at block 21309442
DOMAIN_SEPARATOR() view returns (bytes32)
0x1bf358733b36d5b888f6ee529f41f65b45ca75068625f8e10377d1a42f3a620e
name() view returns (string)
AssetWrapper
owner() view returns (address)
0x398e92c827c5fa0f33f171dc8e20570c5cff330e
rContract() view returns (address)
0x7c866452ef99f82e900dd3d35f0ad1f1e3e10b11
symbol() view returns (string)
AW
totalSupply() view returns (uint256)
44
Read-only
balanceOf(address owner) view returns (uint256)
bundleERC1155Holdings(uint256, uint256) view returns (address tokenAddress, uint256 tokenId, uint256 amount)
bundleERC20Holdings(uint256, uint256) view returns (address tokenAddress, uint256 amount)
bundleERC721Holdings(uint256, uint256) view returns (address tokenAddress, uint256 tokenId)
bundleETHHoldings(uint256) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
nonces(address owner) view returns (uint256)
numERC1155Holdings(uint256 bundleId) view returns (uint256)
numERC20Holdings(uint256 bundleId) view returns (uint256)
numERC721Holdings(uint256 bundleId) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
depositERC1155(address tokenAddress, uint256 tokenId, uint256 amount, uint256 bundleId)
depositERC20(address tokenAddress, uint256 amount, uint256 bundleId)
depositERC721(address tokenAddress, uint256 tokenId, uint256 bundleId)
depositETH(uint256 bundleId) payable
initializeBundle(address to)
initializeBundleWithId(address to, uint256 tokenId)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
permit(address owner, address spender, uint256 tokenId, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setRContract(address _rContract)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
tryWithdraw(uint256 bundleId)
withdraw(uint256 bundleId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
DepositERC1155(address indexed depositor, uint256 indexed bundleId, address tokenAddress, uint256 tokenId, uint256 amount)
DepositERC20(address indexed depositor, uint256 indexed bundleId, address tokenAddress, uint256 amount)
DepositERC721(address indexed depositor, uint256 indexed bundleId, address tokenAddress, uint256 tokenId)
DepositETH(address indexed depositor, uint256 indexed bundleId, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Withdraw(address indexed withdrawer, uint256 indexed bundleId)
constructor(string name, string symbol, uint256 startNum)
This contract contains no fallback and receive objects.
This contract contains no error objects.