Convex Prisma
Verified contract
Active on
Ethereum with 4,590 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,672.20)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 1.67053K | $1.001 |
$1,672.2 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21258391 | 7 hours ago | | | 0 | 0.00043179513 | |
| 21256973 | 12 hours ago | | | 0 | 0.00035459283 | |
| 21254716 | 19 hours ago | | | 0 | 0.00040204416 | |
| 21249367 | 2 days ago | | | 0 | 0.00051054708 | |
| 21244707 | 2 days ago | | | 0 | 0.00062624750 | |
| 21243384 | 2 days ago | | | 0 | 0.00066859468 | |
| 21241278 | 3 days ago | | | 0 | 0.00044365030 | |
| 21239455 | 3 days ago | | | 0 | 0.00059580713 | |
| 21239437 | 3 days ago | | | 0 | 0.00061000026 | |
| 21228636 | 4 days ago | | | 0 | 0.00042736952 |
ABI
ABI objects
Getter at block 21260445
decimals() view returns (uint8)
18
name() view returns (string)
Convex Prisma
owner() view returns (address)
0x8ad7a9e2b3cd9214f36cb871336d8ab34ddfdd5b
symbol() view returns (string)
cvxPrisma
totalSupply() view returns (uint256)
52138439529847002007684593
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
operators(address) view 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)
revokeOwnership()
setOperator(address _operator, bool _valid)
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)
SetOperator(address indexed _op, bool _valid)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.