ERC721BurnRedeem
Verified contract
Active on
Ethereum with 16,057 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "ERC721BurnRedeem"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20545223 | 3 months ago | | | 0 | 0.00013513086 | |
| 20544843 | 3 months ago | | | 0 | 0.00016589367 | |
| 18867485 | a year ago | | | 0.00219 | 0.0026106838 | |
| 18835527 | a year ago | | | 0 | 0.0053492679 | |
| 18738529 | a year ago | | | 0 | 0.0020619392 | |
| 18738510 | a year ago | | | 0 | 0.0020344641 | |
| 18738477 | a year ago | | | 0 | 0.0023461798 | |
| 18738396 | a year ago | | | 0 | 0.0021532653 | |
| 18737828 | a year ago | | | 0 | 0.0039080820 | |
| 18737757 | a year ago | | | 0 | 0.0029942900 |
ABI
ABI objects
Getter at block 21210030
BURN_FEE() view returns (uint256)
690000000000000
MULTI_BURN_FEE() view returns (uint256)
990000000000000
getAdmins() view returns (address[] admins)
[]
manifoldMembershipContract() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x7ef0d682280193fb1fb8dc6174f8a0c5bc4f02b0
Read-only
getBurnRedeem(address creatorContractAddress, uint256 index) view returns (struct IBurnRedeemCoreBurnRedeem)
isAdmin(address admin) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(address creatorContractAddress, uint256 tokenId) view returns (string uri)
State-modifying
Events airdrop(address creatorContractAddress, uint256 index, address[] recipients, uint32[] amounts)
approveAdmin(address admin)
burnRedeem(address creatorContractAddress, uint256 index, uint32 burnRedeemCount, struct IBurnRedeemCoreBurnToken[] burnTokens) payable
burnRedeem(address[] creatorContractAddresses, uint256[] indexes, uint32[] burnRedeemCounts, struct IBurnRedeemCoreBurnToken[][] burnTokens) payable
initializeBurnRedeem(address creatorContractAddress, uint256 index, struct IBurnRedeemCoreBurnRedeemParameters burnRedeemParameters, bool identicalTokenURI)
onERC1155BatchReceived(address, address from, uint256[] ids, uint256[] values, bytes data) returns (bytes4)
onERC1155Received(address, address from, uint256 id, uint256 value, bytes data) returns (bytes4)
onERC721Received(address, address from, uint256 id, bytes data) returns (bytes4)
recoverERC721(address tokenAddress, uint256 tokenId, address destination)
renounceOwnership()
revokeAdmin(address admin)
setMembershipAddress(address addr)
transferOwnership(address newOwner)
updateBurnRedeem(address creatorContractAddress, uint256 index, struct IBurnRedeemCoreBurnRedeemParameters burnRedeemParameters, bool identicalTokenURI)
updateTokenURI(address creatorContractAddress, uint256 index, uint8 storageProtocol, string location, bool identicalTokenURI)
withdraw(address recipient, uint256 amount)
AdminApproved(address indexed account, address indexed sender)
AdminRevoked(address indexed account, address indexed sender)
BurnRedeemInitialized(address indexed creatorContract, uint256 indexed index, address initializer)
BurnRedeemMint(address indexed creatorContract, uint256 indexed index, uint256 indexed tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.