TokenVault
Verified contract
Implementation
Active on
Ethereum with 10 txns
Storage
Map
Table
Raw
Constants and immutables
3
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
Balances ($0.00)
No balances found for "TokenVault"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17039494 | 2 years ago | | | 0 | 0.0018993088 | |
| 16787749 | 2 years ago | | | 0 | 0.0014687779 | |
| 16558106 | 2 years ago | | | 0 | 0.00051960718 | |
| 13822816 | 3 years ago | | | 0 | 0.0059950144 | |
| 13668069 | 3 years ago | | | 0 | 0.0048680100 | |
| 13458115 | 3 years ago | | | 0 | 0.0031979951 | |
| 13140895 | 3 years ago | | | 0 | 0.011563500 | |
| 13140884 | 3 years ago | | | 0 | 0.0058587560 | |
| 13140685 | 3 years ago | | | 0 | 0.0054565560 | |
| 13140642 | 3 years ago | | | 0 | 0.0083225068 |
ABI
ABI objects
Getter at block 21099651
auctionEnd() view returns (uint256)
1639746829
auctionLength() view returns (uint256)
0
auctionState() view returns (uint8)
1
curator() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
18
fee() view returns (uint256)
0
id() view returns (uint256)
0
lastClaimed() view returns (uint256)
0
livePrice() view returns (uint256)
0
name() view returns (string)
reservePrice() view returns (uint256)
0
reserveTotal() view returns (uint256)
0
settings() view returns (address)
0xe0fc79183a22106229b84ecdd55ca017a07eddca
symbol() view returns (string)
token() view returns (address)
0x0000000000000000000000000000000000000000
totalSupply() view returns (uint256)
0
vaultClosed() view returns (bool)
false
votingTokens() view returns (uint256)
0
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
winning() view returns (address)
0xae4d89314452fd25ed8ea30114434fd224d37ee3
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 _settings)
This contract contains no fallback and receive objects.
This contract contains no error objects.