TNL Bag

Verified contract

Active on Ethereum with 3,135 txns
Deployed by via 0x0518eefa at 15642366
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "TNL Bag"

0x3f280dee7c779eab74b1911850acc2778ad2e167e876e1b5d9894f9348909456
0x0ed9ba88118f20b5e55906cd5009318da3ee19e822475641a3299be6bdce3fd8
0x0b58771e28546b6747b7b6275a7d9ec4e3400227241a81a1b827d0e07afb6e12
0x3f0f8a780694627f7b753010caeec84a796390c999fdea6c83f085ef2f4b35e9
0xed23d7cef546b06434f7a2aa9ba455c75bf7207208a712d6d71c30d36fb24527
0x4c30fe7224e49449ea3241b208874a6fb01a4af6ef98f918d7f22062aeb89431
0xbd1e6aec4605537126a19f5b5506840c68690f0478c377a6453cbed793295122
0x724e400e7084a27fc9552e03c7eac07e429c7eb50f5196df2a3b9fde710a19ff
0xaa48a08b40cac300db3ccedf21f2409a7bade7e503468ff3d2ed9dbee79e13d8
0xe48f8ad02260ac39af84c0850764d0d20cf14b16ebfad6db282c425c9a220eb7

Functions
Getter at block 21168855
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
baseURI(view returns (string)
https://api-locker-room.thenextlegends.xyz/bag/
isAllowedToOpen(view returns (bool)
false
name(view returns (string)
TNL Bag
owner(view returns (address)
0x6fa217b9671f96a8604b48dd70192a321d51e4b9
symbol(view returns (string)
TNLB
totalSupply(view returns (uint256)
5661
unpacker_(view returns (address)
0x0000000000000000000000000000000000000000
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
allowToOpen(bool _isAllowedToOpen
approve(address touint256 tokenId
burn(uint256 tokenId
deleteDefaultRoyalty(
grantRole(bytes32 roleaddress account
mint(address recipientreturns (uint256)
open(uint256 tokenIdaddress recipient
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
upgradeUnpackerContract(address newContract
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BaseURIChanged(string newBaseURI
ContractUpgraded(uint256 timestampstring indexed contractNameaddress oldAddressaddress newAddress
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