Cygnus Global USD
Verified contract
Active on
Base with 33,490 txns
Balances ($5,394.66)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 5.39604K | $0.999726 |
$5,394.56 | |
WGC | ERC-20 | 200 | $0.000465 |
$0.09 | |
USA | ERC-20 | 1 | $0.000759 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000763 |
$0 | |
GENOME | ERC-20 | 0 | $0.022276 |
$0 | |
BASED | ERC-20 | 5.444K | -- | -- | |
GTC | ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 969.388892 | -- | -- | |
PondPeso | ERC-20 | 136.12 | -- | -- | |
AIROD | ERC-20 | 91 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22754955 | 39 minutes ago | | | 0 | 0.0000013637257 | |
| 22753220 | 2 hours ago | | | 0 | 0.0000016341465 | |
| 22751821 | 2 hours ago | | | 0 | 0.0000096276426 | |
| 22751389 | 3 hours ago | | | 0 | 3.8006280e-7 | |
| 22751281 | 3 hours ago | | | 0 | 0.0000013472841 | |
| 22751276 | 3 hours ago | | | 0 | 3.7519020e-7 | |
| 22751111 | 3 hours ago | | | 0 | 3.7275390e-7 | |
| 22750112 | 3 hours ago | | | 0 | 0.0000013637257 | |
| 22749061 | 4 hours ago | | | 0 | 0.0000016662411 | |
| 22747724 | 5 hours ago | | | 0 | 0.0000013637257 |
ABI
ABI objects
Getter at block 22756122
asset() view returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
canDeposit() view returns (bool)
true
decimals() view returns (uint8)
6
getLocator() view returns (address)
0x2492d71a11410e23d0f5251793d8f058a6ba7d08
getTotalAssets() view returns (uint256, uint256)
(5395039908, 34168360190000)
getTotalPooledAssets() view returns (uint256)
34173755229908
getTotalShares() view returns (uint256)
30107490553802
name() pure returns (string)
Cygnus Global USD
owner() view returns (address)
0xfecab866b450b97db38500898e9272c1d18918b7
paused() view returns (bool)
false
symbol() pure returns (string)
cgUSD
totalSupply() view returns (uint256)
34173755229908
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _account) view returns (uint256)
convertToAssets(uint256 _sharesAmount) view returns (uint256)
convertToShares(uint256 _assetsAmount) view returns (uint256)
previewDeposit(uint256 _assetsAmount) view returns (uint256)
previewMint(uint256 _sharesAmount) view returns (uint256)
previewRedeem(uint256 _sharesAmount) view returns (uint256)
previewWithdraw(uint256 _assetsAmount) view returns (uint256)
sharesOf(address _account) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool)
decreaseAllowance(address _spender, uint256 _subtractedValue) returns (bool)
handleOracleReport(uint256 _reportTimestamp, uint256 _timeElapsed, uint256 _newInvestedAssets, uint256 _withdrawalVaultBalance, uint256 _sharesRequestedToBurn, uint256[] _withdrawalFinalizationBatches, uint256 _simulatedShareRate) returns (uint256[3] postRebaseAmounts)
increaseAllowance(address _spender, uint256 _addedValue) returns (bool)
initialize(address _locator)
invest(address _to, uint256 _assetsAmount)
mint(address _referral, uint256 _assetsAmount) returns (uint256 sharesAmount)
pause()
renounceOwnership()
resume()
transfer(address _recipient, uint256 _amount) returns (bool)
transferFrom(address _sender, address _recipient, uint256 _amount) returns (bool)
transferOwnership(address newOwner)
transferShares(address _recipient, uint256 _sharesAmount) returns (uint256)
transferSharesFrom(address _sender, address _recipient, uint256 _sharesAmount) returns (uint256)
Approval(address indexed owner, address indexed spender, uint256 value)
AssetsDistributed(uint256 indexed reportTimestamp, uint256 withdrawalsWithdrawn, uint256 postBufferedAssets, uint256 postInvestedAssets)
Initialized(uint64 version)
Invested(uint256 amount, uint256 postBufferedAssets, uint256 postInvestedAssets)
LocatorSet(address locator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SharesBurnt(address indexed account, uint256 preRebaseTokenAmount, uint256 postRebaseTokenAmount, uint256 sharesAmount)
Submitted(address indexed sender, uint256 amount, address referral)
TokenRebased(uint256 indexed reportTimestamp, uint256 timeElapsed, uint256 preTotalShares, uint256 preTotalAssets, uint256 postTotalShares, uint256 postTotalAssets)
Transfer(address indexed from, address indexed to, uint256 value)
TransferShares(address indexed from, address indexed to, uint256 sharesValue)
Unpaused(address account)
WithdrawalsReceived(uint256 amount)
constructor(address _asset, address _owner)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
EnforcedPause()
ExpectedPause()
FailedInnerCall()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)