ZkCroMintAndBridge
Verified contract
Active on
Ethereum with 1,075 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x303a…5213
Balances ($0.18)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRO | ERC-20 | 1 | $0.176223 |
$0.18 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21212627 | 8 hours ago | | | 0 | 0.0026974181 | |
| 21212157 | 10 hours ago | | | 0 | 0.0032292257 | |
| 21211940 | 11 hours ago | | | 0 | 0.0031923146 | |
| 21206486 | a day ago | | | 0 | 0.0030946631 | |
| 21203686 | 2 days ago | | | 0 | 0.0039031561 | |
| 21203585 | 2 days ago | | | 0 | 0.0032373720 | |
| 21201208 | 2 days ago | | | 0 | 0.0054944503 | |
| 21200462 | 2 days ago | | | 0 | 0.0033846817 | |
| 21196517 | 3 days ago | | | 0 | 0.0051492263 | |
| 21191451 | 3 days ago | | | 0 | 0.0044102320 |
ABI
ABI objects
Getter at block 21215110
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
bridgehub() view returns (address)
0x303a465b659cbb0ab36ee643ea362c509eeb5213
chainId() view returns (uint256)
388
cro() view returns (address)
0xa0b73e1ff0b80914ab6fe0444e65848c4c34450b
l2GasPerPubdataByteLimit() view returns (uint256)
800
paused() view returns (bool)
false
zkCro() view returns (address)
0x28ff2e4dd1b58efeb0fc138602a28d5ae81e44e2
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events grantRole(bytes32 role, address account)
mintAndBridge(address _l2Receiver, uint256 _zkCroBridgeAmount, uint256 _l2GasLimit, uint256 _totalCro) returns (bytes32 canonicalTxHash)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
setChainParameters(uint256 _l2GasPerPubdataByteLimit)
togglePause()
MintAndBridge(address indexed sender, address indexed l2Receiver, uint256 zkCroBridgeAmount, uint256 totalCro, bytes32 canonicalTxHash)
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)
SetChainParameters(uint256 l2GasPerPubdataByteLimit)
Unpaused(address account)
constructor(address _zkCro, address _cro, address _bridgehub, uint256 _chainId)
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
EnforcedPause()
ExpectedPause()
FailedInnerCall()
INVALID_ID()
LOW_GAS_FEE()
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)
ZERO_ADDRESS()
ZERO_AMOUNT()