CrypToadz Vault
Verified contract
Proxy
Active on
Ethereum with 1,436 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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
0xf4fb…1a5b
Balances ($23,379.74)
Native
Value
$23,379.74
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 6.702772 | $3,488.07 |
$23,379.74 | |
BRAINZ | ERC-20 | 30.749748K | -- | -- | |
TAD | ERC-20 | 0.000198 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20445834 | 4 months ago | | | 0 | 0.000074034000 | |
| 20394327 | 4 months ago | | | 0 | 0.000051056176 | |
| 20394324 | 4 months ago | | | 0 | 0.000076993247 | |
| 20371009 | 4 months ago | | | 0 | 0.00033604054 | |
| 20001675 | 6 months ago | | | 0 | 0.00012177302 | |
| 19265968 | 9 months ago | | | 0 | 0.0013620189 | |
| 19114804 | 10 months ago | | | 0 | 0.00079015662 | |
| 19050655 | 10 months ago | | | 0 | 0.00092463709 | |
| 18893136 | a year ago | | | 0 | 0.00056492831 | |
| 18890873 | a year ago | | | 0 | 0.00059470971 |
ABI
ABI objects
Getter at block 21264551
logic() view returns (address)
0x7b0fce54574d9746414d11367f54c9ab94e53dca
auctionEnd() view returns (uint256)
1652345517
auctionLength() view returns (uint256)
604800
auctionState() view returns (uint8)
2
curator() view returns (address)
0xf3252843ecc6df7efde550f158ed4ba9ce02c4d7
decimals() view returns (uint8)
18
fee() view returns (uint256)
0
id() view returns (uint256)
0
lastClaimed() view returns (uint256)
1652345532
livePrice() view returns (uint256)
205000000000000000000
name() view returns (string)
CrypToadz Vault
reservePrice() view returns (uint256)
150000513420667176617
reserveTotal() view returns (uint256)
28910239973141439136515500952000000000000000000
settings() view returns (address)
0xe0fc79183a22106229b84ecdd55ca017a07eddca
symbol() view returns (string)
BRAINZ
token() view returns (address)
0xb6fbbef9bf99a93a428d3ed819e6615e0252476f
totalSupply() view returns (uint256)
6629449812238651772887730
vaultClosed() view returns (bool)
false
votingTokens() view returns (uint256)
192734273462547801297503202
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
winning() view returns (address)
0xf4fb9fa23edb32215e5284cf7dbfdb5607d51a5b
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
userPrices(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
bid() payable
cash()
claimFees()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
end()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _curator, address _token, uint256 _id, uint256 _supply, uint256 _listPrice, uint256 _fee, string _name, string _symbol)
kickCurator(address _curator)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
redeem()
removeReserve(address _user)
start() payable
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
updateAuctionLength(uint256 _length)
updateCurator(address _curator)
updateFee(uint256 _fee)
updateUserPrice(uint256 _new)
Approval(address indexed owner, address indexed spender, uint256 value)
Bid(address indexed buyer, uint256 price)
Cash(address indexed owner, uint256 shares)
PriceUpdate(address indexed user, uint256 price)
Redeem(address indexed redeemer)
Start(address indexed buyer, uint256 price)
Transfer(address indexed from, address indexed to, uint256 value)
Won(address indexed buyer, uint256 price)
constructor(address _logic, bytes _initializationCalldata)
fallback()
receive()
This contract contains no error objects.