Khabib NFT Collection by GMT

Verified contract

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

No balances found for "Khabib NFT Collection by GMT"

0xe2bba816fef5fff8197a9d32aa7c16fdc54bc1b08dede67d19acfb6f172abc19
0x80eaf50ada83d7d7f052d469e6c37258c18fdd055f0f2cd2dc8e8f8fcf3b1474
0x2f86c66c3d56a947523e74986e02ba21be511dfeee263140a05ef7de28052436
0x80e9ebb3d463624adea79ffa5766817e078a16e7a95caed031501ced734c6dc9
0x1780f6fb5842d7c6a45e65c46e738f5f41f1596586453e92c3f1a2f6f3f93a3f
0xa9f661351af787d3028958f5d1e5a6d491e8d798b8b8a8d6253fb87e25441a18
0x0d42349bb80769df1a1b16a76ec4d562ee3f173d8629661ff609de5dd1b690ab
0xb130c4bf8ab423e19928da3097a873982d08fcdfc3aa848ffe3fcf92e9bbb947
0x05e8599807470727c40dd45a27ab80653fd74339e64fcad3791425050c14a017
0x9da707928fcda638c590cd0da5877359f6fa8c3117ef51c9187f45999fba47ec

Functions
Getter at block 20861062
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
PAUSER_ROLE(view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
ROYALTY_ROLE(view returns (bytes32)
0xeb54e1feee3ae17add098cbf58a47457bf5f7c3a89ceab263cbdb01b3da6d98e
name(view returns (string)
Khabib NFT Collection by GMT
paused(view returns (bool)
false
symbol(view returns (string)
KHABIB
totalSupply(view returns (uint256)
3115
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
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
approve(address operatoruint256 tokenId
burn(uint256 tokenId
deleteDefaultRoyalty(
grantRole(bytes32 roleaddress account
pause(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeMint(address tostring uri
safeMintWithRoyalty(address tostring uriaddress royaltyReceiveruint96 feeNumerator
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setDefaultRoyalty(address receiveruint96 feeNumerator
transferFrom(address fromaddress touint256 tokenId
unpause(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
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
Constructor
constructor(address royaltyAddress
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OperatorNotAllowed(address operator