MinterPro
Verified contract
Active on
Ethereum with 5,700 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6bca…7182
0x1ea6…7284
Balances ($0.00)
No balances found for "MinterPro"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15663344 | 2 years ago | | | 0.11 | 0.00015737700 | |
| 15663340 | 2 years ago | | | 0.11 | 0.00021055381 | |
| 15663339 | 2 years ago | | | 0.11 | 0.00026073237 | |
| 15663339 | 2 years ago | | | 0.11 | 0.00026073237 | |
| 15663339 | 2 years ago | | | 0.11 | 0.00026073237 | |
| 15663339 | 2 years ago | | | 0.11 | 0.00027884846 | |
| 15663339 | 2 years ago | | | 0.11 | 0.00028213100 | |
| 15663338 | 2 years ago | | | 0.11 | 0.00026656899 | |
| 15663338 | 2 years ago | | | 0.11 | 0.00026656899 | |
| 15663338 | 2 years ago | | | 0.11 | 0.00026656899 |
ABI
ABI objects
Getter at block 21158119
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
bag_() view returns (address)
0x1ea66a857de297471bc12dd12d93853ff6617284
char_() view returns (address)
0x6bca6de2dbdc4e0d41f7273011785ea16ba47182
getSigner() view returns (address)
0x5a0c717085ff891ad0940612b403035d425ba83f
mintingEthCost() view returns (uint256)
110000000000000000
paused() view returns (bool)
true
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
validateSignature(address addr, bytes32 nonce, uint256 expiry, bytes signature) view returns (bool)
State-modifying
Events grantRole(bytes32 role, address account)
mintPro(address to, bytes signature, bytes32 hashId, uint256 expiry) payable
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setManager(address newManager)
setMintingEthCost(uint256 cost)
setMultisig(address _newMultisig)
setSigner(address newSigner)
unpause()
upgradeBagContract(address newContract)
upgradeCharacterContract(address newContract)
withdrawEth(uint256 amount, address to)
ContractUpgraded(uint256 timestamp, string indexed contractName, address oldAddress, address newAddress)
Minted(address indexed to, bytes32 hashId, uint256 charId, uint256 bagId)
Paused(address account)
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)
SignerUpdated(address indexed manager, address newSigner)
Unpaused(address account)
Withdraw(address indexed manager, address to, uint256 amount)
constructor(address manager, address multisig, address signer, address character, address bag)
This contract contains no fallback and receive objects.
AccessError(string errMsg)
InvalidInput(string errMsg)
ManagementError(string errMsg)
MintingError(string errMsg, uint256 expiry)
OpenError(string errMsg)
PaymentError(string errMsg, uint256 requiredAmount, uint256 receivedAmount)
UpgradeError(string errMsg)