RedeemableToken
Verified contract
Active on
Ethereum with 23,713 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "RedeemableToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21125350 | 5 days ago | | | 0 | 0.00047146007 | |
| 21087482 | 10 days ago | | | 0 | 0.0010858294 | |
| 21058191 | 14 days ago | | | 0 | 0.00040583271 | |
| 21010630 | 21 days ago | | | 0 | 0.00018732378 | |
| 20884221 | a month ago | | | 0 | 0.00013654074 | |
| 20809519 | 2 months ago | | | 0 | 0.00034006979 | |
| 20781571 | 2 months ago | | | 0 | 0.00050343191 | |
| 20675062 | 2 months ago | | | 0 | 0.000030094322 | |
| 20671159 | 2 months ago | | | 0 | 0.00019827536 | |
| 20651269 | 2 months ago | | | 0 | 0.000031703607 |
ABI
ABI objects
Getter at block 21161450
owner() view returns (address)
0x623fc4f577926c0aadaef11a243754c546c1f98c
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
cantForge(uint256) view returns (bool)
generalSupply(uint256) view returns (uint256)
isApprovedForAll(address account, address operator) view returns (bool)
remainingMints(uint256 tokenId) view returns (struct RedeemableTokenRemaining[])
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURIs(uint256) view returns (string)
uri(uint256 tokenId) view returns (string)
wearableSupply(uint256, uint256) view returns (uint256)
State-modifying
Events airdropTokens(uint256[] tokenIds, uint256[] amount, address[] owners)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
forgeToken(uint256[] tokenIds, uint256[] amounts)
redeemBatch(address owner, address initialCollection, uint256[] cloneXIds, uint256[] wearableIds, uint256[] amounts) payable
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)
setCloneX(address newAddress)
setCloneXMetadata(address newAddress)
setForgingAddress(address newAddress)
setMiddleware(address newContractAddress)
setTokenURIs(uint256 tokenId, string newUri)
setWearableRange(bytes1 dna, uint256[2] range)
toggleForgeable(uint256 tokenId)
transferOwnership(address newOwner)
withdrawFunds()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
newForge(uint256[] tokenIds, uint256[] amounts, address owner)
newRedeemBatch(address owner, address initialCollection, uint256[] cloneXIds, uint256[] wearablesIds, uint256[] amounts)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.