LOOK LABS 420 Buds
Verified contract
Active on
Ethereum with 10,835 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 "LOOK LABS 420 Buds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20802729 | 2 months ago | | | 0 | 0.00015180949 | |
| 20709495 | 2 months ago | | | 0 | 0.000077719353 | |
| 20626928 | 2 months ago | | | 0 | 0.000038856000 | |
| 20625383 | 2 months ago | | | 0 | 0.000045785469 | |
| 20569038 | 3 months ago | | | 0 | 0.000038045848 | |
| 20522788 | 3 months ago | | | 0 | 0.000048723492 | |
| 20173562 | 4 months ago | | | 0 | 0.00010469816 | |
| 19995271 | 5 months ago | | | 0 | 0.00022082742 | |
| 19945306 | 6 months ago | | | 0 | 0.000091707846 | |
| 19916891 | 6 months ago | | | 0 | 0.00031406208 |
ABI
ABI objects
Getter at block 21157660
BUDS_PRICE() view returns (uint256)
42000000000000000
FREE_MINT_SUPPLY() view returns (uint256)
10000
GAMEKEY_CONTRACT() view returns (address)
0xb8be3baea710c42b1fee566f1086b169b726f4a8
GREENPASS_CONTRACT() view returns (address)
0xfe190723a465c99293c4f035045c0a6880d25dbe
NON_OG_MAX_PASSES() view returns (uint8)
1
OG_MAX_PASSES() view returns (uint8)
2
OG_PASS_TOKEN_ID() view returns (uint256)
1
OG_TIME_LIMIT() view returns (uint256)
86400
PUBLIC_MAX_PASSES() view returns (uint8)
3
TIME_WINDOW() view returns (uint256)
86400
TOTAL_SUPPLY() view returns (uint256)
20000
VAULT() view returns (address)
0x298afc231bc5e9f0bcaf7cd35a148b4a351d1daf
freeMintCount() view returns (uint256)
9808
name() view returns (string)
LOOK LABS 420 Buds
owner() view returns (address)
0x864d79ca9c7653dc824df178d9fd9652722ea92f
paused() view returns (bool)
false
startTimestamp() view returns (uint256)
1647120000
symbol() view returns (string)
BUDS
totalMinted() view returns (uint256)
19808
totalSupply() view returns (uint256)
19808
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isGameKeyUsed(uint256) view returns (bool)
numberMinted(address _owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint(address _to, uint256 _quantity)
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
saleMint(uint256 _quantity, uint256[] _gkIds) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setGameKeyContract(address _gameKeyContractAddress)
setStartTimestamp(uint256 _startTimestamp)
setVault(address _newVaultAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
vaultMint(uint256 _quantity)
withdraw(uint256 _amount)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MintBudWithGameKey(address indexed _user, uint256 indexed _id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PublicMint(address indexed _user, uint256 _quantity)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(address _gpContract, address _gkContract, uint256 _startTimestamp, string _baseuri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()