MinterPro

Verified contract

Active on Ethereum with 5,700 txns
Deployed by via 0x876011e6 at 15642369
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "MinterPro"

0x114fec16b4ea37bb55fdc12e92a1c7980bfa2e1ea1d9bdde081b29310c37a9a3
0xd473a39fd705c03c9d4ee56bac8ea0f8be53c7a9c32b416251f3141e7aa58ffd
0xfc89655742f896a762ebdb592def86eb91c2acad4ad76ce627d0d812c1f4b28d
0xe6f4351e1e1bfe240edfed9d44cbd2dbf592330e6159137b14d450504c3fe411
0x6889f9e315f0afe2f0e173e04493831d698e64b080ae5170e60a7d1e81ca2c37
0xa7d02b7702f0fff81d31ec95c4e790e6b6c0ebfb8694ea14ff76444a90b3559f
0x9efa3e40a8661a41771afb67d74dad0dd99a9267a263403ada674babe68b7d92
0x3a6977912425f334f9dd49202adf2fe44023a85279d623515f1e3023b552b810
0x7f721b6abdf5a9edf60b26324987ad35af6d89f82a738a70dde223af500d4a08
0x4f4d173a64c7fe492ad9b1aa65e03eb4aac0758665dca39873ed5d4535c57e2d

Functions
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 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
validateSignature(address addrbytes32 nonceuint256 expirybytes signatureview returns (bool)
State-modifying
grantRole(bytes32 roleaddress account
mintPro(address tobytes signaturebytes32 hashIduint256 expirypayable 
pause(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
setManager(address newManager
setMintingEthCost(uint256 cost
setMultisig(address _newMultisig
setSigner(address newSigner
unpause(
upgradeBagContract(address newContract
upgradeCharacterContract(address newContract
withdrawEth(uint256 amountaddress to
Events
ContractUpgraded(uint256 timestampstring indexed contractNameaddress oldAddressaddress newAddress
Minted(address indexed tobytes32 hashIduint256 charIduint256 bagId
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
SignerUpdated(address indexed manageraddress newSigner
Unpaused(address account
Withdraw(address indexed manageraddress touint256 amount
Constructor
constructor(address manageraddress multisigaddress signeraddress characteraddress bag
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccessError(string errMsg
InvalidInput(string errMsg
ManagementError(string errMsg
MintingError(string errMsguint256 expiry
OpenError(string errMsg
PaymentError(string errMsguint256 requiredAmountuint256 receivedAmount
UpgradeError(string errMsg