OpenEditionMint
Verified contract
Active on
Ethereum with 7,175 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 "OpenEditionMint"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18870022 | a year ago | | | 0.069 | 0.00041191680 | |
| 18870022 | a year ago | | | 0.069 | 0.00041191680 | |
| 18741908 | a year ago | | | 0.069 | 0.0022611950 | |
| 18738326 | a year ago | | | 0.207 | 0.0031520410 | |
| 18634466 | a year ago | | | 0.069 | 0.0018492408 | |
| 18634466 | a year ago | | | 0.069 | 0.0033970655 | |
| 18633343 | a year ago | | | 0.069 | 0.00058923637 | |
| 18631865 | a year ago | | | 0.138 | 0.0031025684 | |
| 18630645 | a year ago | | | 0.069 | 0.00071166000 | |
| 18630429 | a year ago | | | 0.138 | 0.0014682567 |
ABI
ABI objects
Getter at block 21296236
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
beneficiary() view returns (address)
0x6b15fd9cc33dd0852f80567549e552d20a5bdce3
duration() view returns (uint256)
1458
maxMint() view returns (uint256)
1000000
minterType() view returns (string)
OpenEditionMint
nft() view returns (address)
0x01b5e0e6cb38121dbedf5d2e964df810e2c742c9
pass() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
true
price() view returns (uint256)
69000000000000000
projectId() view returns (uint256)
4
startTime() view returns (uint256)
1700661600
totalFreeMint() view returns (uint256)
0
totalSupply() view returns (uint256)
8999
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isBlacklisted(address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
whitelist(address) view returns (uint256)
State-modifying
Events addBlacklist(address account)
freeMint()
grantRole(bytes32 role, address account)
mintMultiple(uint256 quantity) payable
pause()
removeBlacklist(address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setBeneficiary(address beneficiary_)
setMaxMint(uint256 maxMint_)
setNft(address nft_)
setPauser(address pauser_)
setPrice(uint256 price_)
setProjectId(uint256 _projectId)
setTimeLimits(uint256 startTime_, uint256 duration_)
setWhiteList(address[] users, uint256[] amounts)
unpause()
withdraw()
Blacklisted(address indexed account)
MintDurationIncreasedByPause(uint256 pastPauseDelay)
Paused(address account)
PriceUpdated(uint256 price)
Purchase(address indexed buyer, uint256 tokenId)
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)
Unblacklisted(address indexed account)
Unpaused(address account)
constructor(address nft_, uint256 price_, uint256 maxMint_, address pauser_, uint256 startTime_, uint256 duration_, uint256 projectId_, address beneficiary_)
This contract contains no fallback and receive objects.
Dissatisfied()
MaxMintReached()
MintClosed()
WrongPayment()