MintRootAdapter
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
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 "MintRootAdapter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "MintRootAdapter"
ABI
ABI objects
Getter at block 21399380
admin() view returns (address)
0x0000000000000000000000000000000000000000
isPaused() view returns (bool)
false
pauser() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
adapters(uint16) view returns (address)
allowance(address) view returns (bool)
State-modifying
Events allow(address caller_)
disallow(address caller_)
init(address admin_)
mintTokens(uint16 executionChainId_, string token_, uint256 amount_, string recipient_, uint256 gaslessClaimReward_, string referrer_, uint256 referrerFee_)
pause()
setAdapter(uint16 executionChainId_, address adapter_)
unpause()
updateAdmin(address admin_)
updatePauser(address pauser_)
AdminUpdated(address sender, address oldAdmin, address admin)
Paused(address account)
PauserUpdated(address sender, address oldPauser, address pauser)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.