Vortex DeFi
Verified contract
Active on
Ethereum with 5,289 txns
Balances ($950.95)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 950 | $1.001 |
$950.95 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21257130 | 3 days ago | | | 0 | 0.00042522646 | |
| 21181451 | 14 days ago | | | 0 | 0.0031637494 | |
| 21148933 | 18 days ago | | | 0 | 0.00055349852 | |
| 21082646 | a month ago | | | 0 | 0.00046533445 | |
| 21080519 | a month ago | | | 0 | 0.00060748818 | |
| 21079271 | a month ago | | | 0 | 0.00067992199 | |
| 20933450 | 2 months ago | | | 0 | 0.00022903648 | |
| 20909671 | 2 months ago | | | 0 | 0.00051411139 | |
| 20804891 | 2 months ago | | | 0 | 0.00023253120 | |
| 20685266 | 3 months ago | | | 0 | 0.00016592673 |
ABI
ABI objects
Getter at block 21281480
DOMAIN_SEPARATOR() view returns (bytes32)
0xf8e455c84e824a7af23ac118c64b90121bff475b3590ca3dd243cb3cc7c5bdd5
MAX_CAP() view returns (uint256)
100000000000000000000000000
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
18
governance() view returns (address)
0x27f03d9d6689e7e219685cd7b58f3852e97f3a5d
name() view returns (string)
Vortex DeFi
owner() view returns (address)
0x68b6eec457e8fdd4886f0a91ba7444ec7d6bfab1
symbol() view returns (string)
VTX
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
recoverToken(address token, address destination, uint256 amount)
renounceOwnership()
setGovernance(address _governance)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RecoverToken(address indexed token, address indexed destination, uint256 indexed amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.