Prometheus Lab

Verified contract

Proxy

Active on Ethereum with 5,361 txns
Deployed by via 0xc31c3f47 at 14912213
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 41 additional slots
14 additional variables

No balances found for "Prometheus Lab"

0xcf6f4b6be7b83fd3acd7025125054f515b44b5aebc46451bacc18e1aaa6b1f8b
0xceeadfbdacab48a64a2424414e3af11e4a3562dabe3c14a9f5898e9cfd03a550
0x218b793642f1f5116a23cfb8c637158a6ebb31a1d00cc2bb99cea30d426c7400
0xeebeb16fb5d93b604d7cd15ef8e84149b800d9bae48ae41f92c40931a01eddd2
0x3adff7621f70a8454347a8cd90d00b62dac7e3f034579e480d07a05562e7e3d7
0x014069e06535c6070ab09bf8e49b972e18f0a2dbfe2767acd8ca242f6982d1dc
0xcc9a9daf3cdb9e28651479ce2b5fe2c9271d21233454744bf1c1ae4e98e863cf
0xe4d7841a53978af3daa51ebaa73a901fc058f8801576d0ea4a0527028e32ad61
0x9eca6f19b4602f53fb9e532642180ec07ff0a949ba15112029eaea3e23bc6348
0x350673be287be1c5ababbecb344ed7d75dcaa4459c9d99f9ca33108dcb5e7566

Functions
Getter at block 21164434
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
allowlists(view returns (uint256 currentStartIduint256 count)
(currentStartId=0, count=17)
config(view returns (struct IConfigMint mintConfigstruct IConfigToken tokenConfig)
(mintConfig=(true, 0, 1656648000, 10000, 25, 25, 100000000000000000), tokenConfig=())
contractType(pure returns (bytes32)
0x50726f7073455243373231415554726169747300000000000000000000000000
contractURI(view returns (string)
ipfs://QmXg6e3E2XSbh2vmyG8zf65X5h1tMQ3iHvj1xps96LTaZq
contractVersion(pure returns (uint8)
1
name(view returns (string)
Prometheus Lab
owner(view returns (address)
0xacaddcd8612f8190de8bf1fc226319d1fd4cb7eb
paused(view returns (bool)
false
project(view returns (address)
0x0000000000000000000000000000000000000000
receivingWallet(view returns (address)
0xd2b9089ec378024fe50a3b8232b7d102696ff005
symbol(view returns (string)
WPL
totalSupply(view returns (uint256)
3863
Read-only
balanceOf(address ownerview returns (uint256)
getAllowlistById(uint256 _allowlistIdview returns (struct IAllowlistAllowlist allowlist)
getApproved(uint256 tokenIdview returns (address)
getMintedByAllowlist(uint256 _allowlistIdview returns (uint256 mintedBy)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasMinRole(bytes32 _roleview returns (bool)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isTrustedForwarder(address forwarderview returns (bool)
minted(addressview returns (uint256)
mintedByAllowlist(addressuint256view returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
addAllowlist(struct IAllowlistAllowlist _allowlist
airdrop(address[] __touint256[] __quantities
approve(address touint256 tokenId
burn(uint256 tokenId
grantRole(bytes32 roleaddress account
initialize(address _defaultAdminstring _namestring _symbolstring _baseURIaddress[] _trustedForwardersaddress _receivingWalletaddress _accessRegistry
mint(uint256[] _quantitiesbytes32[][] _proofsuint256[] _allotmentsuint256[] _allowlistIdsstring _traitspayable 
multicall(bytes[] datareturns (bytes[] results)
pause(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAccessRegistry(address _accessRegistry
setAllowlists(struct IAllowlistAllowlist[] _allowlists
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setConfig(struct IConfigConfig _config
setContractURI(string _uri
setOwner(address _newOwner
setProject(address _project
setReceivingWallet(address _address
transferFrom(address fromaddress touint256 tokenId
unpause(
updateAllowlistByIndex(struct IAllowlistAllowlist _allowlistuint256 i
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint8 version
Minted(address indexed accountstring tokensstring traits
OwnerUpdated(address prevOwneraddress newOwner
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AllowlistInactive(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InsufficientFunds(
MerkleProofInvalid(
MintClosed(
MintQuantityInvalid(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(