Game of Thrones: The North Series I Avatars

Verified contract

Active on Ethereum with 535 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Game of Thrones: The North Series I Avatars"

0xd63845c37cca41b38572b6fb20e50317d64cfc5922a3d66c4f8f8eaf3b8cbae8
0x70a410d76b4bf32a3ef8b5d8a8f6bbcf3875ca98eb79c56f2ae43cfd0f614130
0x013254843bc2b194e2432691b7b0c55d85398e105390ccb5db0ef87f7989007c
0x5c6fbc8b76ab9e0b1c6269bf288ddb1dc8c92064f08d04b027f20097c85670a9
0x9decfae3430dd5bc7ab937d68c0eea064588fa76f49bf222b97e3997bd1958cc
0xa8cc37343c69873669bbf8f5c1c084bb9b74583dbcc7f3c5b1502a05b4d2b02d
0x1a51263581544fb1f6edbb7793adbd288f83e1f6892c86ddcf1b21d1e15d0a33
0xb10a7fe62b8c1b907b6857ca9f4e194593e207d4383fc72abe0d87fa669f3538
0x4c69bba90c539aaf4fb518c2faf6292d05da3c4792f30db0ecbd170dbfce182f
0x2763a7ba79e593409d994240d53b67c2d834696dba1036d24c15f8b62391cf0f

Functions
Getter at block 21392337
ADMIN(view returns (bytes32)
0xdf8b4c520ffe197c5343c6f5aec59570151ef9a492f2c624fd45ddde6135ec42
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DEFAULT_SUBSCRIPTION(view returns (address)
0x3cc6cdda760b79bafa08df41ecfa224f810dceb6
MINTER(view returns (bytes32)
0x6e58ad548d72b425ea94c15f453bf26caddb061d82b2551db7fdd3cefe0e9940
ROYALTY_FEE_DENOMINATOR(view returns (uint256)
100000
SIGNER(view returns (bytes32)
0x2aeb38be3df14d720aeb10a2de6df09b0fb3cd5c5ec256283a22d4593110ca40
contractURI(view returns (string)
ipfs://bafybeibo7vcgrbnxdm5wwqnwndyt5ybc25apoi6y6wsyxddplm4bl2osbi/0x354d0bc7ad5914da9431124be01927c47e01ae2d.json
defaultOperator(view returns (address)
0x5eacd383b4e8340d7f7f9c2ff076217a7ed89610
getContractHash(view returns (bytes32)
0x52b8b0467d8bf9f7d1ce475aa830b077e26dd153ecf1c4deb47efdf0024b3838
maxIssuance(view returns (uint256)
0
name(view returns (string)
Game of Thrones: The North Series I Avatars
operatorFilterRegistry(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
paused(view returns (bool)
false
royaltyFee(view returns (uint24)
6000
royaltyWallet(view returns (address)
0x936a3ca363d96fde56c4d41e5be5479d5c62c6d3
symbol(view returns (string)
GOTA1
totalSupply(view returns (uint256)
2298
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
hashMintData(address touint256 quantitybytes32 nonceuint256 expiresview returns (bytes32)
isApprovedForAll(address owneraddress operatorview returns (bool)
isDefaultOperatorFor(address tokenHolderaddress operatorview returns (bool)
nonces(bytes32view returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256uint256 valueview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
authorizedMint(address touint256 quantitybytes32 nonceuint256 expiresbytes sig
burn(uint256 tokenId
burnFrom(uint256 tokenId
globalRevokeDefaultOperator(
grantRole(bytes32 roleaddress account
mint(address touint256 quantity
mintBatch(address[] tosuint256[] quantities
pause(
renounceRole(bytes32 roleaddress account
revokeDefaultOperator(
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setContractURI(string contractURI
setMaxIssuance(uint256 _maxIssuance
setRoyalties(address recipientuint24 value
setTokenURI(uint256 tokenIdstring tokenURI_
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
updateFilterRegistry(address _registry
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
DefaultOperatorRevoked(address operatoraddress user
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
RoyaltyFeeChanged(address recipientuint24 royalty
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(string namestring symbolstring baseURIaddress recipientuint24 valueaddress adminaddress operatoraddress relay
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
ArrayLengthMismatch(
BalanceQueryForZeroAddress(
DefaultOperatorExists(
MaxIssuanceReached(
MaxIssuanceSet(
MintAuthorizationExpired(
MintToZeroAddress(
MintZeroQuantity(
NonceAlreadyUsed(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
Unauthorized(