Dola USD Stablecoin
Verified contract
Active on
Base with 44,831 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.009592 |
$0.1 | |
USA | ERC-20 | 1 | $0.000833 |
$0 | |
ERC-20 | 2.4K | -- | -- | ||
ERC-20 | 2.4K | -- | -- | ||
OHNO | ERC-20 | 349.892599 | -- | -- | |
AERO | ERC-20 | 10 | -- | -- | |
) | KZB | ERC-721 | 1 | -- | -- |
LZPZ | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22741680 | 2 minutes ago | | | 0 | 0.0000025251687 | |
| 22741052 | 23 minutes ago | | | 0 | 2.4397474e-7 | |
| 22740745 | 33 minutes ago | | | 0 | 2.1277300e-7 | |
| 22740654 | 36 minutes ago | | | 0 | 2.4397474e-7 | |
| 22740579 | 38 minutes ago | | | 0 | 1.9815303e-7 | |
| 22740520 | 40 minutes ago | | | 0 | 1.3125150e-7 | |
| 22740519 | 40 minutes ago | | | 0 | 2.1282820e-7 | |
| 22740471 | 42 minutes ago | | | 0 | 0.000000203574800000 | |
| 22740444 | 43 minutes ago | | | 0 | 1.8414494e-7 | |
| 22738311 | 2 hours ago | | | 0 | 0.0000048098996 |
ABI
ABI objects
Getter at block 22741728
BRIDGE() view returns (address)
0x4200000000000000000000000000000000000010
REMOTE_TOKEN() view returns (address)
0x865377367054516e17014ccded1e7d814edc9ce4
bridge() view returns (address)
0x4200000000000000000000000000000000000010
decimals() view returns (uint8)
18
l1Token() view returns (address)
0x865377367054516e17014ccded1e7d814edc9ce4
l2Bridge() view returns (address)
0x4200000000000000000000000000000000000010
name() view returns (string)
Dola USD Stablecoin
remoteToken() view returns (address)
0x865377367054516e17014ccded1e7d814edc9ce4
symbol() view returns (string)
DOLA
totalSupply() view returns (uint256)
86814995536059976929257428
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)
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)
Mint(address indexed account, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _bridge, address _remoteToken, string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.