GTag

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x28636e5a at 19721757
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 43 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
21 additional variables

No balances found for "GTag"

No transactions found for "GTag"


Functions
Getter at block 20892443
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OPERATIONAL_ROLE(view returns (bytes32)
0x62b695a3da77363a912e609c01f7fcecee884e8b21968a4e6ff0be61056ea8c9
baseMetadataURI(view returns (string)
batchGetInventory(view returns (uint256[])
[0, 0, 0]
chainalysisContractAddress(view returns (address)
0x0000000000000000000000000000000000000000
getMergeConfig(view returns (uint256[])
[0, 0, 0, 0, 0, 0, 0]
 
getSigner(view returns (address)
materialsContractAddress(view returns (address)
0x0000000000000000000000000000000000000000
mergeStartTime(view returns (uint256)
0
mintStartTime(view returns (uint256)
0
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
registryContractAddress(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
version(pure returns (string)
1.2.2
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256uint256 salePricepure returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
uri(uint256 _idview returns (string)
State-modifying
approve(address touint256 tokenId
batchMerge(uint256[][] batchTokenIdsbytes[] signatures
grantRole(bytes32 roleaddress account
gtagMigration(address[] wallets
initialize(address operatorAddress
mint(uint256 quantity
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseMetadataURI(string _baseMetadataURI
setChainalysisContractAddress(address _contractAddress
setCommonNextMintIndex(uint256 index
setMaterialsContractAddress(address _contractAddress
setMergeConfig(uint256[] config
setMergeMaxCounts(uint256[] config
setMergeStartTime(uint256 time
setMintStartTime(uint256 time
setRegistryContractAddress(address contractAddress
setSigner(address _signer
setT2MaxCount(uint256 count
setT2StartIndex(uint256 index
setT3MaxCount(uint256 count
setT3StartIndex(uint256 index
setT4MaxCount(uint256 count
setT4StartIndex(uint256 index
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
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
Merged(address indexed walletuint256 indexed mergeduint256[] ids
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Upgraded(address indexed implementation
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ChainalysisAddressNotSet(
IndexNotConfigured(
InsufficentBalance(
InsufficentInventory(
InvalidParameters(
MaterialsAddressNotSet(
NonVerifiedSignature(
NotAllowed(
NotOpen(
Sanctioned(
SignerAddressNotSet(
TimeNotSet(
TokenMustExist(
UserMustOwnToken(