ProfileAuction
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
7
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 48 additional slots
3 additional
variables
Balances ($0.00)
No balances found for "ProfileAuction"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ProfileAuction"
ABI
ABI objects
Getter at block 21187752
contract1() view returns (address)
0x0000000000000000000000000000000000000000
contract2() view returns (address)
0x0000000000000000000000000000000000000000
genKeyWhitelistOnly() view returns (bool)
false
genesisKeyContract() view returns (address)
0x0000000000000000000000000000000000000000
governor() view returns (address)
0x0000000000000000000000000000000000000000
nftProfile() view returns (address)
0x0000000000000000000000000000000000000000
nftProfileHelperAddress() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
publicMintBool() view returns (bool)
false
signerAddress() view returns (address)
0x0000000000000000000000000000000000000000
usdc_() view returns (address)
0x0000000000000000000000000000000000000000
yearlyFee() view returns (uint96)
0
yearsToOwn() view returns (uint96)
0
Read-only
cancelledOrFinalized(bytes32) view returns (bool)
genesisKeyClaimNumber(uint256) view returns (uint256)
getFee(string profileUrl, uint256 duration) view returns (uint256)
lengthPremium(uint256) view returns (uint256)
ownedProfileStake(string) view returns (uint256)
verifySignature(bytes32 hash, bytes signature) view returns (bool)
State-modifying
Events extendLicense(string profileUrl, uint256 duration, uint8 v, bytes32 r, bytes32 s)
genesisKeyClaimProfile(string profileUrl, uint256 tokenId, address recipient, bytes32 hash, bytes signature)
initialize(address _nftProfile, address _governor, address _nftProfileHelperAddress, address _genesisKeyContract)
ownProfile(string profileUrl)
publicMint(string profileUrl, uint256 duration, uint8 v, bytes32 r, bytes32 s, bytes32 hash, bytes signature)
purchaseExpiredProfile(string profileUrl, uint256 duration, uint8 v, bytes32 r, bytes32 s)
redeemProfile(string profileUrl)
setContract1(address _new)
setContract2(address _new)
setGenKeyWhitelistOnly(bool _genKeyWhitelistOnly)
setGovernor(address _new)
setLengthPremium(uint256 _length, uint256 _premium)
setOwner(address _new)
setPublicMint(bool _val)
setSigner(address _signer)
setUsdc(address _usdc)
setYearlyFee(uint96 _fee)
setYearsToOwn(uint96 _years)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
ExtendLicense(address _receiver, string _profileUrl, uint256 _duration, uint256 _fee, bool _expired)
MintedProfile(address _user, string _val, uint256 tokenId, uint256 _duration, uint256 _fee)
NewLengthPremium(uint256 _length, uint256 _premium)
NewYearlyFee(uint256 _fee)
UpdatedProfileStake(string _profileUrl, uint256 _stake)
Upgraded(address indexed implementation)
YearsToOwn(uint256 _years)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.