NTChampionChips

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xfb5e5349 at 21266457
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 49 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
-
variable spans 48 additional slots
10 additional variables

No balances found for "NTChampionChips"

No transactions found for "NTChampionChips"


Functions
Getter at block 21279405
getTransferValidationFunction(view returns (bytes4 functionSignaturebool isViewFunction)
(functionSignature=0x00000000, isViewFunction=true)
getTransferValidator(view returns (address validator)
0x0000000000000000000000000000000000000000
name(view returns (string)
operatorFilterRegistry(view returns (address)
0x0000000000000000000000000000000000000000
owner(view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
symbol(view returns (string)
totalSupply(view returns (uint256)
0
v1ChampionChipContract(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getSeason(uint256 tokenIdview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
adjustDefaultRoyalty(address _receiveruint96 _newRoyalty
adjustSingleTokenRoyalty(uint256 _tokenIdaddress _receiveruint96 _newRoyalty
approve(address operatoruint256 tokenId
initialClaim(address _touint256 tokenId
initialize(address config_address registryaddress subscriptionOrRegistrantToCopy
migrateAsset(address senderuint256 tokenId
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setConfig(address config_
setOldContract(address _oldContract
setTransferValidationFunction(bytes4 functionSignature
setTransferValidator(address validator
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateOperatorFilterRegistryAddress(address newRegistry
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
Events
AdminChanged(address previousAdminaddress newAdmin
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BeaconUpgraded(address indexed beacon
Initialized(uint8 version
OperatorFilterRegistryAddressUpdated(address newRegistry
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
TransferValidatorUpdated(address oldValidatoraddress newValidator
Upgraded(address indexed implementation
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
OnlyOwner(
OperatorNotAllowed(address operator