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 |
---|---|---|---|---|---|
ONDO | ERC-20 | 65.449009K | $1.004 |
$65,710.8 | |
LINK | ERC-20 | 1.067165K | $15.30 |
$16,327.62 | |
GRT | ERC-20 | 41.696462K | $0.221083 |
$9,218.38 | |
USDT | ERC-20 | 1.06668K | $1.002 |
$1,068.81 | |
SMI | ERC-20 | 251.766231M | $0.000001 |
$217.78 | |
GFI | ERC-20 | 68 | $1.44 |
$97.92 | |
USDC | ERC-20 | 30 | $1.001 |
$30.03 | |
ATH | ERC-20 | 385.797075 | $0.059053 |
$22.78 | |
CRO | ERC-20 | 39.08576 | $0.200719 |
$7.85 | |
APU | ERC-20 | 1 | $0.001126 |
$0 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241199 | a minute ago | | | 0 | 0.00048338288 | |
| 21241196 | 2 minutes ago | | | 0 | 0.00048916036 | |
| 21241196 | 2 minutes ago | | | 0 | 0.00048902249 | |
| 21241194 | 2 minutes ago | | | 0 | 0.00044564825 | |
| 21241190 | 3 minutes ago | | | 0 | 0.00050405388 | |
| 21241186 | 4 minutes ago | | | 0 | 0.00044496526 | |
| 21241172 | 6 minutes ago | | | 0 | 0.00094547616 | |
| 21241165 | 8 minutes ago | | | 0 | 0.00048911500 | |
| 21241163 | 8 minutes ago | | | 0 | 0.00033734794 | |
| 21241160 | 9 minutes ago | | | 0 | 0.00048783709 |
ABI
ABI objects
Getter at block 21241202
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DELEGATION_TYPEHASH() view returns (bytes32)
0xe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
TIMELOCK_UPDATE_ROLE() view returns (bytes32)
0xe9e4b2738f1e9267d0154d71b194ef672f39d2af6023224d4ae9de871574b6e0
TRANSFER_ROLE() view returns (bytes32)
0x8502233096d909befbda0999bb8ea2f3a6be3c138b9fbf003752a4c8bce86f6c
cliffTimestamp() view returns (uint256)
1685620800
decimals() view returns (uint8)
18
name() view returns (string)
Ondo
passedAllVestingPeriods() view returns (bool)
false
passedCliff() view returns (bool)
true
seedVestingPeriod() view returns (uint256)
60566400
symbol() view returns (string)
ONDO
totalSupply() view returns (uint256)
10000000000000000000000000000
tranche1VestingPeriod() view returns (uint256)
15811200
tranche2VestingPeriod() view returns (uint256)
47433600
transferAllowed() view returns (bool)
true
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)
getFreedBalance(address account) view returns (uint256)
getPriorVotes(address account, uint256 blockNumber) view returns (uint96)
getRoleAdmin(bytes32 role) view returns (bytes32)
getVestedBalance(address account) view returns (uint256, uint256)
hasRole(bytes32 role, address account) view returns (bool)
nonces(address) view returns (uint256)
numCheckpoints(address) view returns (uint32)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 rawAmount) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
enableTransfer()
grantRole(bytes32 role, address account)
mint(address account, uint256 rawAmount)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transfer(address dst, uint256 rawAmount) returns (bool)
transferFrom(address src, address dst, uint256 rawAmount) returns (bool)
updateCliffTimestamp(uint256 newTimestamp)
updateTrancheBalance(address beneficiary, uint256 rawAmount, uint8 investorType)
Approval(address indexed owner, address indexed spender, uint256 amount)
CliffTimestampUpdate(uint256 newTimestamp)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 amount)
TransferEnabled(address account)
constructor(address _governance, uint256 _cliffTimestamp, uint256 _tranche1VestingPeriod, uint256 _tranche2VestingPeriod, uint256 _seedVestingPeriod)
This contract contains no fallback and receive objects.
This contract contains no error objects.