This contract is being backfilled. You may encounter incomplete storage history.

PECMintingFactory

Verified contract

Active on Ethereum with 4,895 txns
Deployed by via 0xe06c0d39 at 14257498
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot

No balances found for "PECMintingFactory"

0x72344569d946246a02dcc54b3e26b9d87c26626d6a7e83b02863cffa3055633f
0x4c35298294aa13efa878f37edd941c1dea57314d1b7ef8760d21bbf61aa9c6d6
0x0c5481d7d289e5cb3f2e3d42cc606938c013b458619c676b5434e2b0f7125baf
0x1934ad39d85c2d8e57b32fbc92cd51afe7a6f3a144a86cb62004e2694e3d7a66
0xb739951a0dd0369c53ddbdbe4877f6eac1d213c0207c8db738770a576c25d9c5
0x9ffb96d9cd169a945d977f8e6193b0be7c5b6dea4312d591ef2a33ee72e30653
0x0df6d226aafd9114236687d003139b0d2154c1fb5f638df118813c0f03ed9b60
0xc8b24897bfd7fdc445ecd893838d4a750fe1d2fd1133f7bf140f02dd5e84ce29
0x8351a373f83ac8d8def57314b885a1d772544a38eeb30edbf853102708755cab
0x945cfd876c1ddad681aa56f457b22cd7995580c4bb716cd59d78566d6025658c

Functions
Getter at block 21214808
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DEPLOYER_ROLE(view returns (bytes32)
0xfc425f2263d0df187444b70e47283d622c70181c5baebb1306a01edba1ce184c
MAX_PRESALES_FOR_ADDRESS(view returns (uint256)
1
MAX_PUBLIC_SALES_PER_TRANSACTION(view returns (uint256)
5
PRESALE_PRICE(view returns (uint256)
300000000000000000
PUBLIC_SALE_END_PRICE(view returns (uint256)
400000000000000000
PUBLIC_SALE_PRICE_DECREASE_PER_STEP(view returns (uint256)
10000000000000000
PUBLIC_SALE_START_PRICE(view returns (uint256)
1000000000000000000
PUBLIC_SALE_TIME_INTERVALS(view returns (uint256)
60
SALE_ADMIN_ROLE(view returns (bytes32)
0x27a0624e64a794e52337524177801654db9a21fcd4c18d902036cf6ff01b0159
currentPublicSalePrice(view returns (uint256)
400000000000000000
nftAddress(view returns (address)
0x13d15d8b7b2bf48cbaf144c5c50e67b6b635b5cd
paused(view returns (bool)
false
presaleActive(view returns (bool)
false
presaleRoot(view returns (bytes32)
0x296eb299d3131750d286998140ca22926fe588d3d364924d88fa3089270c6669
presaleSpan(view returns (uint256 startuint256 duration)
(start=1645718400, duration=86400)
publicSaleActive(view returns (bool)
false
publicSaleSpan(view returns (uint256 startuint256 duration)
(start=1645804800, duration=172800)
revenueReceiver(view returns (address)
0x0365b988af781d19e410fd2bbf21fbba695568cf
Read-only
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isInPresale(address _addressbytes32[] _proofview returns (bool)
presalesForAddress(addressview returns (uint256)
publicSalePriceAt(uint256 _timeview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
grantRole(bytes32 roleaddress account
pause(
presaleMint(uint256 numToMintbytes32[] proofpayable 
publicSaleMint(uint256 numToMintpayable 
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
selfDestruct(
setPresaleParameters(struct PECMintingFactoryTimeSpan _saleSpanbytes32 _presaleMerkleRoot
setPublicSaleParameters(struct PECMintingFactoryTimeSpan saleSpan
unpause(
Events
Paused(address account
PresaleParametersSet(uint256 startuint256 durationbytes32 presaleMerkleRoot
PrimeEternalsMinted(address touint256 numberuint256 extendedPriceuint256 supply
PublicSaleParametersSet(uint256 startuint256 duration
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Unpaused(address account
Constructor
constructor(address _revenueReceiveraddress _nftAddress
Fallback and receive

This contract contains no fallback and receive objects.

Errors
InsufficientFunds(uint256 unitsuint256 unitPriceuint256 valueOffered