To Ethereum, with Love
Verified contract
Proxy
Active on
Ethereum with 84,283 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 49 additional slots
-
variable spans 47 additional slots
0x0000…cd4e
-
variable spans 49 additional slots
-
variable spans 42 additional slots
-
variable spans 48 additional slots
23 additional
variables
Balances ($0.00)
No balances found for "To Ethereum, with Love"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246186 | a day ago | | | 0 | 0.0015056465 | |
| 21219108 | 5 days ago | | | 0 | 0.00071694327 | |
| 21187723 | 10 days ago | | | 0 | 0.0016685491 | |
| 21160552 | 13 days ago | | | 0 | 0.0011505749 | |
| 21157892 | 14 days ago | | | 0 | 0.0024916276 | |
| 21149105 | 15 days ago | | | 0 | 0.00073646952 | |
| 21149103 | 15 days ago | | | 0 | 0.00074932851 | |
| 21146360 | 15 days ago | | | 0 | 0.00054221400 | |
| 21141600 | 16 days ago | | | 0 | 0.00061285853 | |
| 21112664 | 20 days ago | | | 0 | 0.00024068679 |
ABI
ABI objects
Getter at block 21256623 proxiableUUID() view returns (bytes32) viewCurrentPrice() view returns (uint256) viewCurrentStage() view returns (uint256)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0xf0887ba65ee2024ea881d91b74c2450ef19e1557f03bed3ea9f16b037cbe2dc9
SECOND_ADMIN_ROLE() view returns (bytes32)
0xfd63b67fde00b77f1f54f050135a475665b815acd10a8e7fd785ba074846734a
_mintedTokens() view returns (uint256)
192028
burnable() view returns (bool)
false
isSoulBound() view returns (bool)
true
name() view returns (string)
To Ethereum, with Love
operatorFilterDisabled() view returns (bool)
false
operatorFilterRegistry() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner() view returns (address)
0x1075266c86cd9b1b021af63e09102af3d2dcbdb7
signatureReleased() view returns (bool)
false
symbol() view returns (string)
ZKEVM
tokensAvailable() view returns (uint128 maxTokens, uint128 globalMintsPerWallet)
(maxTokens=900000000000, globalMintsPerWallet=0)
totalStages() view returns (uint256)
3
totalSupply() view returns (uint256)
192028
viewLatestStage() view returns (uint256)
3
viewMinted() view returns (uint256)
192028
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
stageMints(uint256, address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalWalletMints(address minterAddress) view returns (uint256)
viewStageMap(uint256 stageId) view returns (struct FairxyzPolygonzkEVMStageData)
State-modifying
Events _initialize(uint128 maxTokens_, string name_, string symbol_, string URI, uint96 royaltyPercentage_, uint128 globalMintsPerWallet_, address[] royaltyReceivers, address ownerOfContract, struct FairxyzPolygonzkEVMStageData[] stages, bool isSBT)
airdrop(address[] address_, uint256 tokenCount) returns (uint256)
approve(address to, uint256 tokenId)
burn(uint256 tokenId) returns (uint256)
changePrimarySaleReceiver(address newPrimarySaleReceiver)
changeSecondaryRoyaltyReceiver(address newSecondaryRoyaltyReceiver, uint96 newRoyaltyValue)
changeURI(string newURI)
emitEvent()
grantRole(bytes32 role, address account)
merkleMint(bytes32[] _merkleProof, uint256 numberOfTokens, uint256 maxMintsPerWallet, address recipient) payable
mint(bytes signature, uint256 nonce, uint256 numberOfTokens, uint256 maxMintsPerWallet, address recipient) payable
releaseSignature()
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setGlobalMaxMints(uint128 newGlobalMaxMintsPerWallet)
setStages(struct FairxyzPolygonzkEVMStageData[] stages, uint256 startId)
toggleBurnable()
toggleOperatorFilterDisabled() returns (bool)
toggleSoulBound()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateOperatorFilterRegistry(address newRegistry, address subscriptionOrRegistrantToCopy, bool subscribe)
updateRegistrySubscription(address subscriptionOrRegistrantToCopy, bool subscribe, bool copyEntries)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw() payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Airdrop(uint256 tokenCount, uint256 newTotal, address[] recipients)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BeaconUpgraded(address indexed beacon)
BurnableSet(bool burnState)
Initialized(uint8 version)
Mint(address minterAddress, uint256 stage, uint256 mintCount)
NewCloneTicker(address _newClone, address _owner, string symbol)
NewMaxMintsPerWalletSet(uint128 newGlobalMintsPerWallet)
NewPrimarySaleReceiver(address newPrimaryReceiver)
NewSecondaryRoyalties(address newSecondaryReceiver, uint96 newRoyalty)
NewStagesSet(struct FairxyzPolygonzkEVMStageData[] stages, uint256 startIndex)
OperatorFilterDisabled(bool disabled)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SignatureReleased()
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
AddressLimitPerTx()
BurnerIsNotApproved()
BurningOff()
CannotDeleteOngoingStage()
CannotEditPastStages()
ETHSendFail()
EndTimeInThePast()
EndTimeLessThanStartTime()
ExceedsMintsPerWallet()
ExceedsNFTsOnSale()
IncorrectIndex()
InvalidNonce()
InvalidStartTime()
LessNFTsOnSaleThanBefore()
MerkleProofFail()
MerkleStage()
NotEnoughETH()
OnlyAdmin()
OperatorNotAllowed(address operator)
PhaseLimitEnd()
PhaseLimitExceedsTokenCount()
PhaseStartsBeforePriorPhaseEnd()
PublicStage()
RegistryInvalid()
ReusedHash()
SaleEnd()
SaleNotActive()
StageDoesNotExist()
StageLimitPerTx()
StartTimeInThePast()
TimeLimit()
TokenCountExceedsPhaseLimit()
TokenDoesNotExist()
TokenIsSoulBound()
TokenLimitPerTx()
TooManyStagesInTheFuture()
UnauthorisedUser()
UnrecognizableHash()
ZeroAddress()