Curve DAO Token
Verified contract
Active on
Base with 9,814 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.009848 |
$0.1 | |
USA | ERC-20 | 1 | $0.000787 |
$0 | |
OHNO | ERC-20 | 5 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22745665 | 13 minutes ago | | | 0 | 0.0000049082988 | |
| 22744962 | 37 minutes ago | | | 0 | 1.8621569e-7 | |
| 22744893 | 39 minutes ago | | | 0 | 0.0000016623833 | |
| 22744527 | an hour ago | | | 0 | 2.1629263e-7 | |
| 22742582 | 2 hours ago | | | 0 | 0.000000303459435915 | |
| 22739316 | 4 hours ago | | | 0 | 2.1629263e-7 | |
| 22736170 | 5 hours ago | | | 0 | 2.1629263e-7 | |
| 22734780 | 6 hours ago | | | 0 | 1.8614031e-7 | |
| 22734714 | 6 hours ago | | | 0 | 0.0000016619963 | |
| 22734630 | 6 hours ago | | | 0 | 2.1629263e-7 |
ABI
ABI objects
Getter at block 22746065
BRIDGE() view returns (address)
0x4200000000000000000000000000000000000010
REMOTE_TOKEN() view returns (address)
0xd533a949740bb3306d119cc777fa900ba034cd52
bridge() view returns (address)
0x4200000000000000000000000000000000000010
decimals() view returns (uint8)
18
l1Token() view returns (address)
0xd533a949740bb3306d119cc777fa900ba034cd52
l2Bridge() view returns (address)
0x4200000000000000000000000000000000000010
name() view returns (string)
Curve DAO Token
remoteToken() view returns (address)
0xd533a949740bb3306d119cc777fa900ba034cd52
symbol() view returns (string)
CRV
totalSupply() view returns (uint256)
813249676960126207587660
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.