Validator Nft
Verified contract
Active on
Ethereum with 5 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Validator Nft"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18183036 | a year ago | | | 0 | 0.0011864988 | |
| 18183028 | a year ago | | | 0 | 0.0012051951 | |
| 18183005 | a year ago | | | 0 | 0.0019836457 | |
| 15745080 | 2 years ago | | | 0 | 0.00041706062 | |
| 15745046 | 2 years ago | | | 0 | 0.0011171200 |
ABI
ABI objects
Getter at block 21305340 activeValidators() view returns (bytes[])
MAX_SUPPLY() view returns (uint256)
6942069420
OPENSEA_PROXY_ADDRESS() view returns (address)
0x1e0049783f008a0085193e00003d00cd54003c71
_activationDelay() view returns (uint256)
3600
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(uint256) view returns (uint256)
_nodeCapital(uint256) view returns (uint256)
_validators(uint256) view returns (bytes)
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
gasHeightOf(uint256 tokenId) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
lastOwnerOf(uint256 tokenId) view returns (address)
nodeCapitalOf(uint256 tokenId) view returns (uint256)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenOfValidator(bytes pubkey) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
validatorExists(bytes pubkey) view returns (bool)
validatorOf(uint256 tokenId) view returns (bytes)
validatorsOfOwner(address owner) view returns (bytes[])
State-modifying
Events approve(address to, uint256 tokenId) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setActivationDelay(uint256 delay)
setAggregator(address aggregatorProxyAddress_)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setGasHeight(uint256 tokenId, uint256 value)
setIsOpenSeaProxyActive(bool isOpenSeaProxyActive_)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
updateNodeCapital(uint256 tokenId, uint256 value)
whiteListBurn(uint256 tokenId)
whiteListMint(bytes pubkey, address _to)
withdrawMoney()
AggregatorChanged(address _before, address _after)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURIChanged(string _before, string _after)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OpenSeaState(bool _isActive)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Transferred(address _to, uint256 _amount)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()