Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5,031.10)
Native
Value
$5,031.1
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 1.513833 | $3,323.42 |
$5,031.1 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22888042 | a day ago | | | 0.0001 | 0.0000017987673 | |
| 22888032 | a day ago | | | 0 | 6.9267834e-7 | |
| 22701070 | 5 days ago | | | 0.0001 | 0.0000024102499 | |
| 22701041 | 5 days ago | | | 0.0001 | 0.0000025703200 | |
| 22700624 | 5 days ago | | | 0 | 0.0000014791323 | |
| 22693227 | 5 days ago | | | 0.00099 | 0.0000036910232 | |
| 22634978 | 7 days ago | | | 0 | 0.0000011659538 | |
| 22517200 | 9 days ago | | | 0 | 0.000000105462949826 | |
| 22439293 | 11 days ago | | | 0.0001 | 0.0000039867450 | |
| 22381084 | 13 days ago | | | 0 | 7.6960153e-7 |
ABI
ABI objects
Getter at block 22926974
contractURI() pure returns (string)
https://api.elements.fun
owner() view returns (address)
0x047820d050d5667035ba1e67827c08f041edc83b
totalPoints() view returns (uint256)
6243
valuePerPoint() view returns (uint256)
52698934810570406
Read-only
bags(uint8) view returns (uint256 price, uint256 fee, uint16 numItems, uint16 primitiveCutoff)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
constructions(uint256, uint256) view returns (uint256)
getParents(uint256 id) view returns (uint256 parentA, uint256 parentB)
getResultId(uint256 itemA, uint256 itemB) pure returns (uint256)
isApprovedForAll(address account, address operator) view returns (bool)
points(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
unclaimedRewards(address) view returns (uint256)
uri(uint256) view returns (string)
usedValuePerPoint(address) view returns (uint256)
viewUnclaimedRewards(address user) view returns (uint256)
State-modifying
Events airdropToOwner(uint256[] ids, uint256[] values)
claimOwnerBalance()
claimRewards(address user)
mergeItems(uint256 itemA, uint256 itemB) payable returns (bool)
purchaseBag(uint8 size) payable
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)
setApprovalForAll(address operator, bool approved)
transferOwnership(address newOwner)
updateBag(uint8 size, struct BagInfo info)
updateMergeFee(uint256 fee)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PointEarned(address user, uint256 discovery)
RewardsClaimed(address user, 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()
This contract contains no fallback and receive objects.
ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)
ERC1155InvalidApprover(address approver)
ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)
ERC1155InvalidOperator(address operator)
ERC1155InvalidReceiver(address receiver)
ERC1155InvalidSender(address sender)
ERC1155MissingApprovalForAll(address operator, address owner)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)