VoidReward
Verified contract
Active on
Ethereum with 2,394 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 "VoidReward"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21332521 | 12 days ago | | | 0 | 0.0013888368 | |
| 21030688 | 2 months ago | | | 0 | 0.00061800000 | |
| 20880849 | 2 months ago | | | 0 | 0.00034435936 | |
| 20760050 | 3 months ago | | | 0 | 0.00013210401 | |
| 20584529 | 4 months ago | | | 0 | 0.00021274290 | |
| 20400249 | 5 months ago | | | 0 | 0.00078877674 | |
| 20400237 | 5 months ago | | | 0 | 0.00061810054 | |
| 20400231 | 5 months ago | | | 0 | 0.00058059375 | |
| 20400216 | 5 months ago | | | 0 | 0.00027217466 | |
| 20400198 | 5 months ago | | | 0 | 0.00020922710 |
ABI
ABI objects
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[] nonces) view returns (bool[])
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
getBurnUpgradeConfig(uint256 configId) view returns (uint256 id, uint256[] burnIds, uint256[] burnCounts, uint256[] targetIds, uint256[] targetCounts, uint256 price)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 _id) view returns (string)
State-modifying
Events addBurnUpgradeConfig(uint256 id, uint256[] burnIds, uint256[] burnCounts, uint256[] targetIds, uint256[] targetCounts, uint256 price)
burn(address from, uint256 id, uint256 amount)
burnBatch(address from, uint256[] ids, uint256[] amounts)
claimTokens(address to, uint256 tokenId, uint256 amount, uint256 price, string nonce, bytes signature) payable
claimTokensBatch(address[] to, uint256[] tokenIds, uint256[] amounts, uint256[] prices, string[] nonces, bytes[] signatures) payable
mint(address to, uint256 tokenId, uint256 count)
mintBatch(address[] to, uint256 tokenId, uint256[] counts)
mintClaim(address to, uint256 tokenId, uint256 count)
pauseContract(bool paused)
removeBurnUpgradeConfig(uint256 id)
renounceOwnership()
revokeOperatorFilterRegistry()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId, uint256 amount, bytes data)
setAdmin(address admin)
setAirdropManagerContract(address airdropManagerContract)
setApprovalForAll(address operator, bool approved)
setBurnAuthorizedContract(address authorizedContract, bool isAuthorized)
setSignatureKey(address sigKey)
transferOwnership(address newOwner)
updateOperatorFilterRegistryAddress(address newRegistry)
upgrade(uint256 burnUpgradeConfigId) payable
upgradeBatch(uint256[] burnUpgradeConfigIds) payable
withdrawMoney(address to)
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(string baseTokenURI, address sigKey, address admin, address airdropManagerContract)
This contract contains no fallback and receive objects.
InitialRegistryAddressCannotBeZeroAddress()
OnlyOwner()
OperatorNotAllowed(address operator)
RegistryHasBeenRevoked()