Validator Nft

Verified contract

Active on Ethereum with 5 txns
Deployed by via 0x3ef6a1f8 at 15744708
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Validator Nft"

0x8f6b6c5e76c7fa73bf25892c196070ccd93359dc5294430eeff36c8c68369179
0xe52a156d241ce3761581c2a4aef740cdc677baed816c4e82b00047cd9fbbd519
0x743c096827f9bbba03bb95d2b1097ed07933c2f9919b9c92aeb5219cb3ec91f5
0xc98f0fbcc6efab0e963e8c48386c9d0f05287b6d463eff128d4c39bbb9eab765
0x82fcba248f4597ad13744ac4eb8001813324d3342308abc17791f632b6ad35c8

Functions
Getter at block 21305340
MAX_SUPPLY(view returns (uint256)
6942069420
OPENSEA_PROXY_ADDRESS(view returns (address)
0x1e0049783f008a0085193e00003d00cd54003c71
_activationDelay(view returns (uint256)
3600
 
activeValidators(view returns (bytes[])
aggregatorProxyAddress(view returns (address)
0x447c3ee829a3b506ad0a66ff1089f30181c42637
name(view returns (string)
Validator Nft
owner(view returns (address)
0x6b8cacec8a29a356589dbaacd51c67cc4c2766ce
symbol(view returns (string)
vNFT
totalSupply(view returns (uint256)
151
Read-only
_gasHeights(uint256view returns (uint256)
_nodeCapital(uint256view returns (uint256)
_validators(uint256view returns (bytes)
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
gasHeightOf(uint256 tokenIdview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
lastOwnerOf(uint256 tokenIdview returns (address)
nodeCapitalOf(uint256 tokenIdview returns (uint256)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenOfValidator(bytes pubkeyview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
validatorExists(bytes pubkeyview returns (bool)
validatorOf(uint256 tokenIdview returns (bytes)
validatorsOfOwner(address ownerview returns (bytes[])
State-modifying
approve(address touint256 tokenIdpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setActivationDelay(uint256 delay
setAggregator(address aggregatorProxyAddress_
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setGasHeight(uint256 tokenIduint256 value
setIsOpenSeaProxyActive(bool isOpenSeaProxyActive_
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
updateNodeCapital(uint256 tokenIduint256 value
whiteListBurn(uint256 tokenId
whiteListMint(bytes pubkeyaddress _to
withdrawMoney(
Events
AggregatorChanged(address _beforeaddress _after
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BaseURIChanged(string _beforestring _after
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OpenSeaState(bool _isActive
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Transferred(address _touint256 _amount
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(