AJTVault
Verified contract
Proxy
Active on
Ethereum with 30 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
11 additional
variables
Balances ($57,779.24)
Native
Value
$57,366.93
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 17.846411 | $3,214.48 |
$57,366.93 | |
WETH | ERC-20 | 0.1 | $3,214.84 |
$321.48 | |
USDC | ERC-20 | 51.18856 | $0.999451 |
$51.16 | |
шайлушай | ERC-20 | 250K | $0.000121 |
$30.16 | |
BSKT | ERC-20 | 2M | $0.000002 |
$4.58 | |
LEOX | ERC-20 | 13.504389 | $0.216642 |
$2.93 | |
FUELX | ERC-20 | 2.275K | $0.000821 |
$1.87 | |
APE | ERC-20 | 0.091434 | $1.17 |
$0.11 | |
TOMI | ERC-20 | 2 | $0.01171 |
$0.02 | |
VAL | ERC-20 | 0.001 | $0.110674 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20273416 | 4 months ago | | | 3 | 0.00010143021 | |
| 18109575 | a year ago | | | 7 | 0.00027216771 | |
| 17004899 | 2 years ago | | | 5 | 0.00054229984 | |
| 16892027 | 2 years ago | | | 5 | 0.0011753901 | |
| 16307498 | 2 years ago | | | 85 | 0.00045637753 | |
| 15686422 | 2 years ago | | | 8.8185382 | 0.0011843600 | |
| 15634347 | 2 years ago | | | 31.609794 | 0.0014804500 | |
| 15525155 | 2 years ago | | | 1 | 0.00017222973 | |
| 15525142 | 2 years ago | | | 0.9 | 0.00016477903 | |
| 15476832 | 2 years ago | | | 54.187673 | 0.0017765400 |
ABI
ABI objects
Getter at block 21184230
DOMAIN_SEPARATOR() view returns (bytes32)
0x3294dfe0a0745b0da67f9fd4adfa4855c5c83d1fa2869c7b2960c6baaca29d67
decimals() view returns (uint8)
18
depositFee() view returns (uint256)
0
enableDeposits() view returns (bool)
true
enableWithdraws() view returns (bool)
true
exchangeRate() view returns (uint256)
1000
gateDeposits() view returns (bool)
true
minEthContribution() view returns (uint256)
0
name() view returns (string)
AJTVault
owner() view returns (address)
0x68a90b88c092d6601894d8d9bebe6547119d54e9
paused() view returns (bool)
false
symbol() view returns (string)
AJT
totalSupply() view returns (uint256)
559900000000000000000
upstreamWalletAddress() view returns (address)
0x10e15cf20af79f06ad2e15d4ca10cb68cee102c4
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isValidSignature(bytes32 _msgHash, bytes _signature) view returns (bytes4)
members(address) view returns (bool)
nonces(address owner) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addMember(address targetMember) returns (bool success)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
callRemote(address to, bytes data) returns (bool success)
callRemoteWithValue(address to, bytes data, uint256 amount) returns (bool success)
changeExchangeRate(uint256 newRate) returns (bool success)
changeMinEthContribution(uint256 _contributionAmount) returns (bool success)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit() payable
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string _tokenName, string _tokenSymbol, address _multisigAddress, address _upstreamWalletAddress, uint256 _depositFee, uint256 _premintAmount, uint256 _minEthContribution)
mint(address to, uint256 amount)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
removeMember(address targetMember) returns (bool success)
renounceOwnership()
sendEther(address to, uint256 amount) returns (bool success)
sendTokens(address to, uint256 tokenAmount) returns (bool success)
setDepositFee(uint256 _depositFee)
setUpstreamWalletAddress(address _upstreamWalletAddress)
toggleEnableDeposits(bool newValue) returns (bool success)
toggleEnableWithdraws(bool newValue) returns (bool success)
toggleGateDeposits(bool newValue) returns (bool success)
transfer(address to, uint256 amount) returns (bool)
transferERC1155(address callAddress, address recipient, uint256 tokenId, uint256 amount) returns (bool success)
transferERC721(address callAddress, address recipient, uint256 tokenId) returns (bool success)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
transferTokens(address callAddress, address recipient, uint256 tokens) returns (bool success)
unpause()
withdraw(uint256 tokenAmount) returns (bool success)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
EnableDepositsChanged(bool indexed enableDeposits)
EnableWithdrawsChanged(bool indexed enableWithdraws)
ExchangeRateChanged(uint256 indexed previousRate, uint256 indexed newRate)
FeePaid(uint256 feeAmount)
FeesChanged(uint256 depositFee)
GateDepositsChanged(bool indexed gateDeposits)
Initialized(uint8 version)
MemberAdded(address indexed targetMember)
MemberDepositedFunds(address member, uint256 etherAmount, uint256 tokenAmount)
MemberRemoved(address indexed targetMember)
MemberWithdrewFunds(address member, uint256 etherAmount)
MinEthContributionChanged(uint256 contributionAmount)
NonDepositEtherReceived(address sender, uint256 etherAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TokensSent(address recipient, uint256 tokenAmount)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
AllowanceTooLow()
AmountLowerThanMinEthContribution()
AmountTooHigh()
AmountTooLow()
DepositsDisabled()
FailedToSendEther()
FailedToSendFee()
NotAMember()
NotUpstream()
WithdrawsDisabled()