Lab Grown Beasts
Verified contract
Proxy
Active on
Ethereum with 2,690 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
0x1dd8…213a
10 additional
variables
Balances ($0.00)
No balances found for "Lab Grown Beasts"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20977034 | a month ago | | | 0 | 0.00094165867 | |
| 20847660 | a month ago | | | 0 | 0.00049405730 | |
| 20647938 | 2 months ago | | | 0 | 0.000067041279 | |
| 20619474 | 2 months ago | | | 0 | 0.000074494657 | |
| 20567201 | 3 months ago | | | 0 | 0.00010922357 | |
| 20567199 | 3 months ago | | | 0 | 0.00010885953 | |
| 20558325 | 3 months ago | | | 0 | 0.000077492516 | |
| 20517551 | 3 months ago | | | 0 | 0.00012577391 | |
| 20498434 | 3 months ago | | | 0 | 0.00014591090 | |
| 20478300 | 3 months ago | | | 0 | 0.00052967567 |
ABI
ABI objects
Getter at block 21167221
baseURI() view returns (string)
https://lgb-metadata.s3.amazonaws.com/
beasts() view returns (uint256 startTime, uint256 endTime, uint256 maxAvailable, uint256 purchaseLimit, uint256 price)
(startTime=1665838800, endTime=1665844200, maxAvailable=486, purchaseLimit=100, price=120000000000000000)
designatedSigner() view returns (address)
0x5f14c328672e0c3fd752f53561266d2d5d48b3f9
isOperatorFilterRegistryRevoked() view returns (bool)
false
labGrownBeasts() view returns (uint256 startTime, uint256 endTime, uint256 maxAvailable, uint256 purchaseLimit, uint256 price)
(startTime=1665838800, endTime=1665844200, maxAvailable=486, purchaseLimit=100, price=120000000000000000)
maxSupply() view returns (uint256)
1212
name() view returns (string)
Lab Grown Beasts
owner() view returns (address)
0x31031ab8819b28c64ca059549d903fd23b67b5b1
paused() view returns (bool)
true
postMint() view returns (uint256 startTime, uint256 endTime, uint256 maxAvailable, uint256 purchaseLimit, uint256 price)
(startTime=1665930600, endTime=1666189800, maxAvailable=191, purchaseLimit=5, price=120000000000000000)
reserve() view returns (uint256)
0
symbol() view returns (string)
LGB
totalSupply() view returns (uint256)
1212
treasury() view returns (address)
0x1dd829644504954f5885bb63aceed2bd9931213a
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getSigner(struct Whitelistwhitelist _data) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
readBeastsRegister(address _address) view returns (uint256)
readLabGrownBeastsRegister(address _address) view returns (uint256)
readPostMintRegister(address _address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
__OperatorFilterer_init(address subscriptionOrRegistrantToCopy, bool subscribe)
airDrop(address _address, uint256 _amount)
approve(address operator, uint256 tokenId)
beastsSale(struct Whitelistwhitelist _whitelist, uint256 _amount) payable
initialize(string _name, string _symbol, string _uri, address _designatedSigner)
labGrownBeastsSale(struct Whitelistwhitelist _whitelist, uint256 _amount) payable
postMintSale(struct Whitelistwhitelist _whitelist, uint256 _amount) payable
renounceOwnership()
revokeOperatorFilterRegistry()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setBeastsEndTime(uint256 _time)
setBeastsMaxAvailable(uint256 _cap)
setBeastsPrice(uint256 _price)
setBeastsPurchaseLimit(uint256 _cap)
setBeastsStartTime(uint256 _time)
setDesignatedSigner(address _signer)
setLabGrownBeastsEndTime(uint256 _time)
setLabGrownBeastsMaxAvailable(uint256 _cap)
setLabGrownBeastsPrice(uint256 _price)
setLabGrownBeastsPurchaseLimit(uint256 _cap)
setLabGrownBeastsStartTime(uint256 _time)
setMaxSupply(uint256 _supply)
setPostMintEndTime(uint256 _time)
setPostMintMaxAvailable(uint256 _cap)
setPostMintPrice(uint256 _price)
setPostMintPurchaseLimit(uint256 _cap)
setPostMintStartTime(uint256 _time)
setReserve(uint256 _cap)
setTreasury(address _treasury)
togglePause()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint8 version)
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 _logic, address admin_, bytes _data)
fallback()
receive()
AlreadyRevoked()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OnlyOwner()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()