VoidReward

Verified contract

Active on Ethereum with 2,394 txns
Deployed by via 0xbf732882 at 16120503
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "VoidReward"

0xf0db61e528243d45f0accaa5cb75640781125da12be0ee27e470d0fc39b37178
0x5676c9f7d06d27637fc7014e54a39d21cd715e1567afba11e8d0319b109d881a
0xe71457b431bf782f75eb31f9c82a30722e7013e12f45fe2f25d78d3f95208bcc
0x3fd2bf214ccbab1fa8bedb4539ad20de0c36d5c2d7467998d5937887282cc30f
0x30a1da8cdffe7fd810b5157b0f8530cc85843e0b2b0d811cf01dba603e572480
0xe1d8d20ee574fb05c15418b78292e960d956e8955a13ddc475362cb642b343b8
0x5228f99be36f76578912b3fc3df2a252862814ae6f421b578b865cdd291abf70
0xdff2eae0ed412fc3f3337e5c2ad298ea4114668e9ec7e75dcfa80371c8b8968d
0xadd992e8631a49111f0e438a5fd6bd2f41db0646f986feccc6bd428e7fc6bac7
0x6ebbb9223bf6465eb03f25bb75b36017b03ca0b81be36c7ff93e891b5218c88c

Functions
Getter at block 21416847
contractPaused(view returns (bool)
false
contractURI(pure returns (string)
https://cloneforce.xyz/api/voidrewards/marketplace-metadata
isOperatorFilterRegistryRevoked(view returns (bool)
false
operatorFilterRegistry(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner(view returns (address)
0x1a53358bf7d39db2e381b8f04897ba8b1878a1c3
Read-only
areNoncesUsed(string[] noncesview returns (bool[])
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
exists(uint256 idview returns (bool)
getBurnUpgradeConfig(uint256 configIdview returns (uint256 iduint256[] burnIdsuint256[] burnCountsuint256[] targetIdsuint256[] targetCountsuint256 price)
isApprovedForAll(address accountaddress operatorview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256 idview returns (uint256)
uri(uint256 _idview returns (string)
State-modifying
addBurnUpgradeConfig(uint256 iduint256[] burnIdsuint256[] burnCountsuint256[] targetIdsuint256[] targetCountsuint256 price
burn(address fromuint256 iduint256 amount
burnBatch(address fromuint256[] idsuint256[] amounts
claimTokens(address touint256 tokenIduint256 amountuint256 pricestring noncebytes signaturepayable 
claimTokensBatch(address[] touint256[] tokenIdsuint256[] amountsuint256[] pricesstring[] noncesbytes[] signaturespayable 
mint(address touint256 tokenIduint256 count
mintBatch(address[] touint256 tokenIduint256[] counts
mintClaim(address touint256 tokenIduint256 count
pauseContract(bool paused
removeBurnUpgradeConfig(uint256 id
renounceOwnership(
revokeOperatorFilterRegistry(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 tokenIduint256 amountbytes data
setAdmin(address admin
setAirdropManagerContract(address airdropManagerContract
setApprovalForAll(address operatorbool approved
setBurnAuthorizedContract(address authorizedContractbool isAuthorized
setSignatureKey(address sigKey
transferOwnership(address newOwner
updateOperatorFilterRegistryAddress(address newRegistry
upgrade(uint256 burnUpgradeConfigIdpayable 
upgradeBatch(uint256[] burnUpgradeConfigIdspayable 
withdrawMoney(address to
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(string baseTokenURIaddress sigKeyaddress adminaddress airdropManagerContract
Fallback and receive

This contract contains no fallback and receive objects.

Errors
InitialRegistryAddressCannotBeZeroAddress(
OnlyOwner(
OperatorNotAllowed(address operator
RegistryHasBeenRevoked(