UpgradeableOptimismMintableERC20
Verified contract
Implementation
Active on
Base with 4 txns
Storage
Map
Table
Raw
Constants and immutables
8
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MOTOR | ERC-20 | 79.314568M | -- | -- | |
CLERK | ERC-20 | 6.52783M | -- | -- | |
PIT | ERC-20 | 26.797166K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6876339 | a year ago | | | 0 | 0.000000046556327700 | |
| 5876975 | a year ago | | | 0 | 0.000000029306394756 | |
| 3924783 | a year ago | | | 0 | 7.4615749e-7 | |
| 3866925 | a year ago | | | 0 | 0.0000051368580 |
ABI
ABI objects
Getter at block 23231541
BRIDGE() view returns (address)
0x4200000000000000000000000000000000000010
REMOTE_TOKEN() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
bridge() view returns (address)
0x4200000000000000000000000000000000000010
decimals() view returns (uint8)
6
l1Token() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
l2Bridge() view returns (address)
0x4200000000000000000000000000000000000010
name() view returns (string)
remoteToken() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
symbol() view returns (string)
totalSupply() view returns (uint256)
0
version() view returns (string)
1.0.0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
supportsInterface(bytes4 _interfaceId) pure returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address _from, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string _name, string _symbol)
mint(address _to, uint256 _amount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed account, uint256 amount)
Initialized(uint8 version)
Mint(address indexed account, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _bridge, address _remoteToken, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.