NFT League
Verified contract
Active on
Ethereum with 107 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 "NFT League"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20414961 | 4 months ago | | | 0 | 0.00015592568 | |
| 17161915 | 2 years ago | | | 0 | 0.00088046585 | |
| 16307037 | 2 years ago | | | 0 | 0.00030165404 | |
| 15387391 | 2 years ago | | | 0 | 0.00092072701 | |
| 15385850 | 2 years ago | | | 0 | 0.00030891477 | |
| 15384986 | 2 years ago | | | 0 | 0.00032806997 | |
| 15384587 | 2 years ago | | | 0 | 0.00067153946 | |
| 15384580 | 2 years ago | | | 0 | 0.00066477956 | |
| 15384520 | 2 years ago | | | 0.4 | 0.00090816518 | |
| 15384114 | 2 years ago | | | 0.4 | 0.00039472889 |
ABI
ABI objects
Getter at block 21263630
_baseURI() view returns (string)
https://us-central1-the-nft-league.cloudfunctions.net/deprecatedPlayer/
burnActive() view returns (bool)
false
name() view returns (string)
NFT League
owner() view returns (address)
0xab1329c8a628ffb8f71bfe667c8597da3998e1ff
paused() view returns (bool)
true
playersPerPack() view returns (uint256)
6
price() view returns (uint256)
80000000000000000
pricePerPack() view returns (uint256)
400000000000000000
publicSale() view returns (bool)
true
symbol() view returns (string)
TNLv2
totalMinted() view returns (uint256)
176
totalSupply() view returns (uint256)
176
whitelistMintPerSignature() view returns (uint256)
6
Read-only
balanceOf(address owner) view returns (uint256)
freeMintClaim(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
signatureMintedAmount(bytes) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
batchBurn(uint256[] tokenIds)
batchSafeTransferFrom(address _from, address _to, uint256[] _tokenIds, bytes data_)
batchSetFreeMint(address[] accounts, uint256 amount)
batchTransferFrom(address _from, address _to, uint256[] _tokenIds)
burn(uint256 tokenID)
claimFreeMint()
packMint(uint256 quantity) payable
pause()
publicMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setFreeMint(address account, uint256 amount)
setPlayersPerPack(uint256 _playersPerPack)
setPrice(uint256 _price)
setPricePerPack(uint256 _price)
setSignerAddress(address _signerAddress)
setSupply(uint256 _maxSupply)
setWhitelistMintPerSignature(uint256 _whitelistMintPerSignature)
toggleBurn()
togglePublicSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
whitelistMint(uint256 quantity, bytes signature) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(address _signerAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()