Reserva X Spriz
Verified contract
Proxy
Active on
Ethereum with 606 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 42 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
0x8405…a7a1
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
23 additional
variables
Balances ($0.00)
No balances found for "Reserva X Spriz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21218968 | 4 days ago | | | 0 | 0.0023007586 | |
| 20945427 | a month ago | | | 0 | 0.0024626811 | |
| 20937331 | a month ago | | | 0 | 0.00076993515 | |
| 20787262 | 2 months ago | | | 0 | 0.0019349184 | |
| 20726474 | 2 months ago | | | 0 | 0.00068488275 | |
| 20669850 | 3 months ago | | | 0 | 0.00016356550 | |
| 20663620 | 3 months ago | | | 0 | 0.0015052174 | |
| 20621167 | 3 months ago | | | 0 | 0.0012297585 | |
| 20542625 | 3 months ago | | | 0 | 0.00066606217 | |
| 20522293 | 3 months ago | | | 0 | 0.00058036988 |
ABI
ABI objects
Getter at block 21247827 proxiableUUID() view returns (bytes32)
contractURI() view returns (string)
ipfs://bafybeiefpv75raekecmc45xfcgubswuwuq7wsdpj47nn5yy6m6mtw4gw54/contract
getBaseTokenURI() view returns (string)
ipfs://bafybeihtcbpkffn7d4yaqhetnqaumodbed744oeq24dfbmlzvhx5epudfm/metadata/
getClaimValue() view returns (uint256)
230000000000000000
getOwner() view returns (address)
0xca9a636963ba3a2928dd93110bad5fce1f652a3b
isClaimAllowed() view returns (bool)
false
isPublicClaimAllowed() view returns (bool)
true
name() view returns (string)
Reserva X Spriz
owner() view returns (address)
0xca9a636963ba3a2928dd93110bad5fce1f652a3b
symbol() view returns (string)
RES-X-SPRIZ
totalReleased() view returns (uint256)
48320000000000000000
totalShares() view returns (uint256)
100
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getEditionTokenCounter(uint8 edition) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isDiscountClaimAllowed(bytes32[] discountProof, uint256 claimValue) view returns (bool)
isWhitelistClaimAllowed(bytes32[] whitelistproof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
releasable(address account) view returns (uint256)
releasable(address token, address account) view returns (uint256)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address operator, uint256 tokenId)
discountPublicClaim(uint8 edition, uint8 size, bytes32[] discountProof, uint256 claimValue) payable returns (uint256 tokenId)
discountWhitelistClaim(uint8 edition, uint8 size, bytes32[] whitelistProof, bytes32[] discountProof, uint256 claimValue) payable returns (uint256 tokenId)
freeClaim(uint8 edition, uint8 size) returns (uint256 tokenId)
initialize(address aclContract, string name, string symbol, string baseUri, string collectionUri, uint256 maxEditionTokens, uint256 claimValue, bytes32 whitelistMerkleRoot, bytes32 discountMerkleRoot, address[] payees, uint256[] shares)
mint(address to) returns (uint256 tokenId)
publicClaim(uint8 edition, uint8 size) payable returns (uint256 tokenId)
redeem(uint256 tokenId, address owner) returns (uint256 newTokenId)
release(address account)
release(address token, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string baseURI)
setClaimValue(uint256 claimValue)
setCollectionURI(string collectionURI)
setDiscountMerkleRoot(bytes32 discountMerkleRoot)
setWhitelistMerkleRoot(bytes32 whitelistMerkleRoot)
toggleClaim()
togglePublicClaim()
transferFrom(address from, address to, uint256 tokenId)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
whitelistClaim(uint8 edition, uint8 size, bytes32[] whitelistproof) payable returns (uint256 tokenId)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURIChanged(string baseUri)
BeaconUpgraded(address indexed beacon)
ClaimChanged(bool claimAllowed)
ClaimValueChanged(uint256 claimValue)
CollectionURIChanged(string collectionUri)
DiscountMerkleRootChanged(bytes32 discountMerkleRoot)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
Initialized(uint8 version)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
PermanentURI(string _value, uint256 indexed _id)
PublicClaimChanged(bool publicClaim)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Upgraded(address indexed implementation)
WhitelistMerkleRootChanged(bytes32 whitelistMerkleRoot)
constructor(address _logic, bytes _data)
fallback()
receive()
receive()
ACLAddressIsNotContract()
ACLContractIsZeroAddress()
ClaimingNotAllowed()
DiscountClaimingNotAllowed()
InvalidClaimValue(uint256 value)
MaxEditionSupplyReached(uint8 edition, uint256 supply)
NotApprovedOrOwner(address owner)
OperatorNotAllowed(address operator)
PublicClaimingNotAllowed()
WhitelistClaimingNotAllowed()