MBSOptimismMintableERC20
Verified contract
Active on
Base with 13,627 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETHO | ERC-20 | 10 | $0.00982 |
$0.1 | |
USA | ERC-20 | 1 | $0.000763 |
$0 | |
FLASH | ERC-20 | 10K | -- | -- | |
OHNO | ERC-20 | 35 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22747774 | 2 hours ago | | | 0 | 6.2892061e-7 | |
| 22740744 | 6 hours ago | | | 0 | 0.000000106156957445 | |
| 22737346 | 8 hours ago | | | 0 | 3.3277166e-7 | |
| 22737280 | 8 hours ago | | | 0 | 3.4977070e-7 | |
| 22737128 | 8 hours ago | | | 0 | 0.000000200547469122 | |
| 22737100 | 8 hours ago | | | 0 | 1.9919964e-7 | |
| 22737052 | 8 hours ago | | | 0 | 0.000000201110894946 | |
| 22737052 | 8 hours ago | | | 0 | 0.000000201223303086 | |
| 22737041 | 8 hours ago | | | 0 | 0.000000201999451992 | |
| 22737035 | 8 hours ago | | | 0 | 3.5335553e-7 |
ABI
ABI objects
Getter at block 22751629
BRIDGE() view returns (address)
0x4200000000000000000000000000000000000010
DOMAIN_SEPARATOR() view returns (bytes32)
0x416fdf59f753e8d1dadba7e30aa39c0866ec148f90c651c2cc7d8d2e8de80700
REMOTE_TOKEN() view returns (address)
0x4bbf46e7c31edc1f33af4d57f0c4a0f13398427c
bridge() view returns (address)
0x4200000000000000000000000000000000000010
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=MBS, version=1, chainId=8453, verifyingContract=0x8fbd0648971d56f1f2c35fa075ff5bc75fb0e39d, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
l1Token() view returns (address)
0x4bbf46e7c31edc1f33af4d57f0c4a0f13398427c
l2Bridge() view returns (address)
0x4200000000000000000000000000000000000010
name() view returns (string)
MBS
remoteToken() view returns (address)
0x4bbf46e7c31edc1f33af4d57f0c4a0f13398427c
symbol() view returns (string)
MBS
totalSupply() view returns (uint256)
100000000000000000000000000
version() view returns (string)
1.0.0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
supportsInterface(bytes4 _interfaceId) pure returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address _from, uint256 _amount)
burn(uint256 amount)
burnFrom(address _account, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
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)
EIP712DomainChanged()
Mint(address indexed account, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _bridge, address _remoteToken)
This contract contains no fallback and receive objects.
InvalidShortString()
StringTooLong(string str)