The9liens
Verified contract
Active on
Ethereum with 893 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 "The9liens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15572900 | 2 years ago | | | 0 | 0.00063674123 | |
| 15374481 | 2 years ago | | | 0 | 0.00061493600 | |
| 15353521 | 2 years ago | | | 0 | 0.0010351628 | |
| 15351305 | 2 years ago | | | 0 | 0.00048794285 | |
| 15350451 | 2 years ago | | | 0 | 0.00061493600 | |
| 15344454 | 2 years ago | | | 0 | 0.00042910259 | |
| 15340953 | 2 years ago | | | 0 | 0.0015963070 | |
| 15340529 | 2 years ago | | | 0 | 0.00051121975 | |
| 15339837 | 2 years ago | | | 0 | 0.00025286305 | |
| 15339744 | 2 years ago | | | 0 | 0.00080960035 |
ABI
ABI objects
Getter at block 21190387
cost() view returns (uint256)
1000000000000000
freePerWallet() view returns (uint256)
1
freeSupply() view returns (uint256)
4071
maxMintAmountPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
4444
name() view returns (string)
The9liens
owner() view returns (address)
0x65543f550acdc1b63f0b4f3f31326a7c2c03e69c
paused() view returns (bool)
false
symbol() view returns (string)
9LIENS
totalSupply() view returns (uint256)
1655
uriPrefix() view returns (string)
ipfs://QmNzkUL9vrsN28p1JqECShVo7TGV3wvJ58ukPT3czQoezm/
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
freeClaimed(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setFree(uint256 _amount)
setFreePerWallet(uint256 _amount)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
treasuryMint(uint256 _amount)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _tokenName, string _tokenSymbol, uint256 _cost, uint256 _maxSupply, uint256 _maxMintAmountPerTx)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()