TNL Bag
Verified contract
Active on
Ethereum with 3,135 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "TNL Bag"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21089914 | 11 days ago | | | 0 | 0.00038719155 | |
| 21088518 | 11 days ago | | | 0 | 0.00061455824 | |
| 21008613 | 22 days ago | | | 0 | 0.00064163475 | |
| 20960778 | a month ago | | | 0 | 0.00036472045 | |
| 20953611 | a month ago | | | 0 | 0.00048455216 | |
| 20845157 | a month ago | | | 0 | 0.00042093592 | |
| 20817555 | 2 months ago | | | 0 | 0.00071987037 | |
| 20809399 | 2 months ago | | | 0 | 0.00035927501 | |
| 20722797 | 2 months ago | | | 0 | 0.00036099297 | |
| 20705023 | 2 months ago | | | 0 | 0.000041064411 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addMinter(address newMinter)
allowToOpen(bool _isAllowedToOpen)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
deleteDefaultRoyalty()
grantRole(bytes32 role, address account)
mint(address recipient) returns (uint256)
open(uint256 tokenId, address recipient)
renounceOwnership()
renounceRole(bytes32 role, address account)
resetTokenRoyalty(uint256 tokenId)
revokeMinter(address oldMinter)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newURI)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setManager(address newManager)
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
upgradeUnpackerContract(address newContract)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURIChanged(string newBaseURI)
ContractUpgraded(uint256 timestamp, string indexed contractName, address oldAddress, address newAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address manager, address asm)
This contract contains no fallback and receive objects.
AccessError(string errMsg)
InvalidInput(string errMsg)
ManagementError(string errMsg)
MintingError(string errMsg, uint256 expiry)
OpenError(string errMsg)
PaymentError(string errMsg, uint256 requiredAmount, uint256 receivedAmount)
UpgradeError(string errMsg)