Radicle
Verified contract
Active on
Ethereum with 94,240 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 |
---|---|---|---|---|---|
USDC | ERC-20 | 2.85155K | $1.001 |
$2,854.4 | |
RAD | ERC-20 | 1.866637K | $1.27 |
$2,370.63 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157186 | 40 minutes ago | | | 0 | 0.0012010993 | |
| 21157030 | an hour ago | | | 0 | 0.00053807194 | |
| 21156977 | an hour ago | | | 0 | 0.00057238840 | |
| 21156941 | an hour ago | | | 0 | 0.00060359598 | |
| 21156937 | 2 hours ago | | | 0 | 0.00083971249 | |
| 21156846 | 2 hours ago | | | 0 | 0.00047652656 | |
| 21156761 | 2 hours ago | | | 0 | 0.00098022454 | |
| 21156686 | 2 hours ago | | | 0 | 0.00039048058 | |
| 21156539 | 3 hours ago | | | 0 | 0.00040040288 | |
| 21156503 | 3 hours ago | | | 0 | 0.00048903763 |
ABI
ABI objects
Getter at block 21157387
DECIMALS() view returns (uint8)
18
DELEGATION_TYPEHASH() view returns (bytes32)
0xe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf
DOMAIN_SEPARATOR() view returns (bytes32)
0x79d3a808e84162cd15d680d4a79379672b88b7c654977c5cf347d47934b305af
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
NAME() view returns (string)
Radicle
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
SYMBOL() view returns (string)
RAD
decimals() pure returns (uint8)
18
name() pure returns (string)
Radicle
symbol() pure returns (string)
RAD
totalSupply() view returns (uint256)
99998580000000000000000000
Read-only
allowance(address account, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address, uint32) view returns (uint32 fromBlock, uint96 votes)
delegates(address) view returns (address)
getCurrentVotes(address account) view returns (uint96)
getPriorVotes(address account, uint256 blockNumber) view returns (uint96)
nonces(address) view returns (uint256)
numCheckpoints(address) view returns (uint32)
State-modifying
Events approve(address spender, uint256 rawAmount) returns (bool)
burnFrom(address account, uint256 rawAmount)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address dst, uint256 rawAmount) returns (bool)
transferFrom(address src, address dst, uint256 rawAmount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(address account)
This contract contains no fallback and receive objects.
This contract contains no error objects.