PECMintingFactory
Verified contract
Active on
Ethereum with 4,895 txns
Slot
XX
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"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14307887 | 3 years ago | | | 0.4 | 0.00077554731 | |
| 14307273 | 3 years ago | | | 0.4 | 0.00088748429 | |
| 14307273 | 3 years ago | | | 2 | 0.00088748429 | |
| 14302557 | 3 years ago | | | 0.3 | 0.0017114961 | |
| 14294694 | 3 years ago | | | 0.4 | 0.00077644146 | |
| 14293566 | 3 years ago | | | 0.47 | 0.00098059723 | |
| 14289416 | 3 years ago | | | 0.4 | 0.0012546249 | |
| 14289189 | 3 years ago | | | 0.4 | 0.00065372989 | |
| 14289188 | 3 years ago | | | 0.4 | 0.00068243596 | |
| 14289188 | 3 years ago | | | 2 | 0.00068243596 |
ABI
ABI objects
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 start, uint256 duration)
(start=1645718400, duration=86400)
publicSaleActive() view returns (bool)
false
publicSaleSpan() view returns (uint256 start, uint256 duration)
(start=1645804800, duration=172800)
revenueReceiver() view returns (address)
0x0365b988af781d19e410fd2bbf21fbba695568cf
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isInPresale(address _address, bytes32[] _proof) view returns (bool)
presalesForAddress(address) view returns (uint256)
publicSalePriceAt(uint256 _time) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events grantRole(bytes32 role, address account)
pause()
presaleMint(uint256 numToMint, bytes32[] proof) payable
publicSaleMint(uint256 numToMint) payable
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
selfDestruct()
setPresaleParameters(struct PECMintingFactoryTimeSpan _saleSpan, bytes32 _presaleMerkleRoot)
setPublicSaleParameters(struct PECMintingFactoryTimeSpan saleSpan)
unpause()
Paused(address account)
PresaleParametersSet(uint256 start, uint256 duration, bytes32 presaleMerkleRoot)
PrimeEternalsMinted(address to, uint256 number, uint256 extendedPrice, uint256 supply)
PublicSaleParametersSet(uint256 start, uint256 duration)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Unpaused(address account)
constructor(address _revenueReceiver, address _nftAddress)
This contract contains no fallback and receive objects.
InsufficientFunds(uint256 units, uint256 unitPrice, uint256 valueOffered)