loomlocknft
Verified contract
Active on
Ethereum with 14,943 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9906…e45d
Balances ($1.67)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LINK | ERC-20 | 0.1 | $16.73 |
$1.67 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21249103 | 3 hours ago | | | 0 | 0.00047336569 | |
| 21248848 | 4 hours ago | | | 0 | 0.00047268360 | |
| 21248440 | 5 hours ago | | | 0 | 0.00047060132 | |
| 21247756 | 7 hours ago | | | 0 | 0.00052985445 | |
| 21247692 | 7 hours ago | | | 0 | 0.00055797025 | |
| 21247635 | 8 hours ago | | | 0 | 0.00067311138 | |
| 21247249 | 9 hours ago | | | 0 | 0.00059179569 | |
| 21246711 | 11 hours ago | | | 0 | 0.00062637951 | |
| 21245511 | 15 hours ago | | | 0 | 0.00053295816 | |
| 21239628 | a day ago | | | 0 | 0.00062191452 |
ABI
ABI objects
Getter at block 21249928
RESERVED_TOKEN_COUNT() view returns (uint256)
1
contractURI() view returns (string)
https://arweave.net/gT52XWSNTKAK3y9cjB_lKS4SYDRoQae0PJ85jjIssEE/contract_data.json
developerAddress() view returns (address)
0xbb31ac1eca8e6007775daef2acc433eb0f30454b
developerAllocation() view returns (uint256)
124
getRandomness() view returns (uint256)
82776361048029477384651787398665281950775673947888756559680315238054842558843
getRandomnessHasBeenSet() view returns (bool)
true
maxSupply() view returns (uint256)
12345
mintedDeveloperAllocationCounter() view returns (uint256)
124
mintedSupply() view returns (uint256)
12345
name() view returns (string)
loomlocknft
owner() view returns (address)
0xc73477ce3ee165316fd456a4b5051ad497c41d4a
paused() view returns (bool)
false
reservedTokenRecipient() view returns (address)
0x43a8996055f8b582144c2ded7b4fed7279c2a0b1
revealTimestamp() view returns (uint256)
1632460995
symbol() view returns (string)
LL
totalSupply() view returns (uint256)
9644
Read-only
addressHoldings(address _addr) view returns (uint256[])
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
preRevealTokenURI(uint256 tokenId) view returns (string)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
getRandomNumber() returns (bytes32 requestId)
mint(address to_)
mintBatch(address[] addresses, uint256[] quantities)
mintReservedToken(uint256 tokenId)
pause()
rawFulfillRandomness(bytes32 requestId, uint256 randomness)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setContractURI(string contractURI_)
setRoyaltyPercentageBasisPoints(uint256 royaltyPercentageBasisPoints_)
setRoyaltyReceipientAddress(address royaltyReceipientAddress_)
transferERC20Token(address token, uint256 amount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(address[] specialMintAddresses_, uint256 developerAllocation_, uint256 maxSupply_, uint256 revealTimestamp_, address royaltyReceipientAddress_, uint256 royaltyPercentageBasisPoints_, string[] uris_, address vrfCoordinator_, address link_, bytes32 keyHash_, uint256 fee_)
This contract contains no fallback and receive objects.
This contract contains no error objects.