TNL Character

Verified contract

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

No balances found for "TNL Character"

0x322e267acb1cb767e22549335a715df720b4fd708b12cdc5b67937aaaeb679e1
0x193e945764714b37b2da4a976b0ba4c325728de116225bd9fd91305fd34b3347
0x0bd636e2839e4090ae3a31625e4206079408cc8e19fa41743e3d478fdfe1e809
0x3611acd45e8429fc8be90a4cf8f4033eb0f88dc1d9ec2d93da17c3a731c04182
0xc0cc3e935218d6769f4eaf067306f12aebd8fb118a75184e4bcaf145d0214838
0x244d4be4080f0243ebdd612aef1f4b38d51b2cb9b1dd83a5e504feadcf440a4d
0xcdc755faa3b2ae17913ab66fc5ce75627d6eb928a3fe6be501b94c112d91ccf1
0xe79bbdfd7d4aa21b570f53c6787a120751e4e66377690b83576689c909cc5c90
0x72f8f56d26f76cbe4397fa88ba990790ba22e26fb5d93accc35293aa5ce3e81d
0x977e0ac09fda471bb24adf9ecf8c179a5d240fed4868f198515bcba19fcb664a

Functions
Getter at block 21266947
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
baseURI(view returns (string)
https://api-locker-room.thenextlegends.xyz/meta/
name(view returns (string)
TNL Character
owner(view returns (address)
0x6fa217b9671f96a8604b48dd70192a321d51e4b9
symbol(view returns (string)
TNLC
totalSupply(view returns (uint256)
5661
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)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
addMinter(address newMinter
approve(address touint256 tokenId
deleteDefaultRoyalty(
grantRole(bytes32 roleaddress account
mint(address recipientbytes32 hashIdreturns (uint256)
renounceOwnership(
renounceRole(bytes32 roleaddress account
resetTokenRoyalty(uint256 tokenId
revokeMinter(address oldMinter
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string newURI
setDefaultRoyalty(address receiveruint96 feeNumerator
setManager(address newManager
setTokenRoyalty(uint256 tokenIdaddress receiveruint96 feeNumerator
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BaseURIChanged(string newBaseURI
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
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
Constructor
constructor(address manageraddress asm
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccessError(string errMsg
InvalidInput(string errMsg
ManagementError(string errMsg
MintingError(string errMsguint256 expiry
OpenError(string errMsg
PaymentError(string errMsguint256 requiredAmountuint256 receivedAmount
UpgradeError(string errMsg