Vitreus Voucher

Verified contract

Proxy

Active on Ethereum with 442 txns
Deployed by via 0x123da632 at 19640283
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
6 additional variables

No balances found for "Vitreus Voucher"

0x36876db4e9c83cf42d1fce109cf7099be9f88fb8df25d993dc606acdae524cbd
0x233775b0e969cf2d550e0b399d4f1267b1fd66830bb489ec3253c986bc530b19
0x71338ef4926e2b4a7ddfece26d57fb9dee4e5a74e898fdeb1732f6b2e807002b
0x97b7c9f4f3af566c23d485fbbb1f680478f94c010b8f57113fe3b7b19c81cce5
0x9fe2c0dc37fa39ac6eb984b752f813dceeae1415985fda7343720b09304d301f
0xf3552e8a912405d9cd5d509ba6fc431318eda86f61867409c64f2ae880ee22f5
0xfd4f6b0c926293c8cdb7a64015dc05825dbf9d1d812f95287cb11e4899c71aa8
0x6b8d6a78771ab7c768c279ee26fee80a5cac22ec6f4bc54d51de3392a412d121
0x1e97d18dc919eff3cd7cc24fa303e2187ee1f872aca59aa71e6344d2e1f03177
0x3538c607f0b8c83babef39cfad6f38298fed0b74e1fbb8c4e48adb521ef0ea6d

Functions
Getter at block 20889166
domainSeparator(view returns (bytes32)
0xa658b3ab6a707269ea73ad1af9ed8ae2616882962abca5a51d1cbd1097dc5422
getAllPresaleRounds(view returns (struct VitreusVoucherPresaleRound[])
[(50000, 15000000, 0, 375000000000, 749999999951, 1, 254, 1713182400, 1715778000)]
getCurrentPresaleRound(view returns (struct VitreusVoucherPresaleRound)
(50000, 15000000, 0, 375000000000, 749999999951, 1, 254, 1713182400, 1715778000)
getPresaleRoundAmount(view returns (uint256)
1
name(pure returns (string)
Vitreus Voucher
owner(view returns (address)
0xd45fa3ed0230180c238b0ed49fb1567ae916261a
paused(view returns (bool)
false
presaleRoundNumber(view returns (uint256)
0
symbol(pure returns (string)
ViVo
totalSupply(view returns (uint256)
254
Read-only
availableDeposit(uint256 tokenIdview returns (uint256)
balanceOf(address owner_view returns (uint256)
estimateETHAmount(uint256 _usdcAmountview returns (uint256)
estimateUSDCAmount(uint256 _amountview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getDeposit(address owner_uint256 roundview returns (uint256)
getDeposit(uint256 tokenIduint256 roundview returns (uint256)
getPresaleRound(uint256 roundId_view returns (struct VitreusVoucherPresaleRound)
isApprovedForAll(address owner_address operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
statsOf(uint256 _tokenIdview returns (uint256[])
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenOf(address owner_view returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
affiliateDeposit(bytes affiliateSignatureaddress affiliateWalletpayable 
affiliateDepositUSDC(uint256 amount_bytes affiliateSignatureaddress affiliateWallet
affiliateMint(bytes affiliateSignatureaddress affiliateWalletpayable 
affiliateMintWithUSDC(address to_uint96 value_bytes affiliateSignatureaddress affiliateWallet
approve(address touint256 tokenId
changeUpcomingRound(uint256 roundId_uint56 newAllocation_
createPresaleRound(uint32 price_uint56 allocation_uint64 depositMin_uint64 depositMax_uint64 startTime_uint64 endTime_
deposit(payable 
depositUSDC(uint256 amount_
forceMint(address to_uint64 value_
initialize(address uniswapV2RouterAddress_address usdcReceiver_address usdcAddressaddress uniswapPair_string baseTokenUri
initializeV2(address payoutRegistry_address proverAddress_
mint(payable 
mintWithUSDC(address to_uint96 value_
pauseContract(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseUri
setPayoutRegistry(address payoutRegistry_
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpauseContract(
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BaseURIChanged(string baseURI
Deposit(uint256 indexed iduint256 rounduint256 amount
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
PresaleRoundChanged(uint256 indexed roundstruct VitreusVoucherPresaleRound presaleRound
PresaleRoundCreated(uint256 indexed roundstruct VitreusVoucherPresaleRound presaleRound
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
receive(
Errors
OperatorNotAllowed(address operator