RedeemableToken
Verified contract
Active on
Ethereum with 9,044 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) |
---|---|---|---|---|---|---|---|
| 21317020 | 2 days ago | | | 0 | 0.00096680768 | |
| 20969224 | 2 months ago | | | 0 | 0.00055859999 | |
| 20836138 | 2 months ago | | | 0 | 0.0021804315 | |
| 20602095 | 3 months ago | | | 0 | 0.000045791536 | |
| 20577891 | 3 months ago | | | 0 | 0.00026037946 | |
| 20571499 | 3 months ago | | | 0 | 0.000065476963 | |
| 20486462 | 4 months ago | | | 0 | 0.00015625170 | |
| 20279170 | 5 months ago | | | 0 | 0.00018248095 | |
| 20252288 | 5 months ago | | | 0 | 0.000050264622 | |
| 19935947 | 6 months ago | | | 0 | 0.00023286484 |
ABI
ABI objects
Getter at block 21331156
owner() view returns (address)
0x623fc4f577926c0aadaef11a243754c546c1f98c
Read-only
authorizedCollections(address) view returns (uint256)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
currentSupply(uint256) view returns (uint256)
forgingContractAddresses(uint256) view returns (address)
hasBeenRedeem(address initialCollection, uint256 tokenId) view returns (address)
isApprovedForAll(address account, address operator) view returns (bool)
supplyLimit(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURIs(uint256) view returns (string)
uri(uint256 tokenId) view returns (string)
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 tokenId, uint256 amount)
redeem(address owner, address initialCollection, uint256 tokenId) payable returns (uint256)
redeemBatch(address owner, address initialCollection, uint256[] tokenIds) 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)
setAuthorizedCollection(address authorizedCollection, uint256 tokenId)
setForgingAddress(uint256 tokenId, address forgingAddress)
setMiddleware(address newContractAddress)
setSupply(uint256 tokenId, uint256 newSupply)
setTokenURIs(uint256 tokenId, string newUri)
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)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.