HuxleyComicsOps
Verified contract
Active on
Ethereum with 9,628 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9ca8…957f
Balances ($0.00)
No balances found for "HuxleyComicsOps"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18529372 | a year ago | | | 0 | 0.0025870899 | |
Transfer | 15953639 | 2 years ago | | | 0.13 | 0.00029819210 | |
| 14763589 | 2 years ago | | | 0 | 0.0027735613 | |
| 14700582 | 3 years ago | | | 0 | 0.0033993447 | |
| 14628800 | 3 years ago | | | 0 | 0.11481659 | |
| 14299714 | 3 years ago | | | 0.1 | 0.0072530558 | |
| 14299186 | 3 years ago | | | 0.4 | 0.0090016655 | |
| 14298296 | 3 years ago | | | 0.4 | 0.010935539 | |
| 14298296 | 3 years ago | | | 0.2 | 0.011048385 | |
| 14298079 | 3 years ago | | | 0.5 | 0.012020787 |
ABI
ABI objects
Getter at block 21123335
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OPERATIONS_ROLE() view returns (bytes32)
0xe3723f41c074e25ac45636a7cd631386f2e15f8583ade05d0b710b41251f5c7b
huxleyComics() view returns (address)
0x9ca8887d13bc4591ae36972702fdf9de2c97957f
paused() view returns (bool)
true
signer() view returns (address)
0x143e11e0ac7ece2c2c113b0b0f017e07aa3c30fe
trustedWallet_A() view returns (address)
0xe4588f51e8785700645d5624b6f21f79a19d0c17
trustedWallet_B() view returns (address)
0xeb3cfd3127d41ed7dcf4eb51f374c59dec0e6066
Read-only
blacklisted(address) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
purchased(address, uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events createIssue(uint256 _price, uint256 _goldSupply, uint256 _firstEditionSupply, uint256 _holographicSupply, uint256 _startSerialNumberGold, uint256 _startSerialNumberFirstEdition, uint256 _startSerialNumberHolographic, uint256 _maxPayableMintBatch, string _uri)
freeMint(bytes signature)
grantRole(bytes32 role, address account)
pause()
payableMint() payable
payableMintBatch(uint256 _amountToMint) payable
privateMintFirstEditionBatch(uint256 _amountToMint)
privateMintGoldBatch(uint256 _amountToMint)
privateMintHolographicBatch(uint256 _amountToMint)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setBaseURI(uint256 _issueNumber, string _uri)
setBlacklisted(address _addr, bool _value)
setSigner(address _signer)
setTrustedWallet_A(address _trustedWallet)
setTrustedWallet_B(address _trustedWallet)
startBurn()
stopBurn()
unpause()
FirstEditionMintExecuted(address _sender, uint256 _paid)
FreeMintExecuted(address _sender)
FundsTransfered(address _wallet, uint256 _amount)
IssueBaseURIUpdated(address _sender, string _uri)
IssueCreated(address _sender, uint256 _newIssue)
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)
StartedBurn(address _sender)
StoppedBurn(address _sender)
Unpaused(address account)
constructor(address _operationAddress, address _trustedWallet_A, address _trustedWallet_B, address _huxLeyComics)
This contract contains no fallback and receive objects.
This contract contains no error objects.