PartyToad
Verified contract
Proxy
Active on
Ethereum with 37 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
0x174d…8def
Balances ($306.09)
Native
Value
$306.09
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.079054 | $3,871.94 |
$306.09 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13385547 | 3 years ago | | | 0 | 0.0031974219 | |
| 13372390 | 3 years ago | | | 0 | 0.0085637480 | |
| 13363228 | 3 years ago | | | 0 | 0.0034708707 | |
| 13361784 | 3 years ago | | | 0 | 0.0051600014 | |
| 13360295 | 3 years ago | | | 0 | 0.0057037573 | |
| 13359670 | 3 years ago | | | 0 | 0.0046366807 | |
| 13359318 | 3 years ago | | | 0 | 0.0041629210 | |
| 13357724 | 3 years ago | | | 0 | 0.0025053572 | |
| 13357567 | 3 years ago | | | 0 | 0.0039593335 | |
| 13357332 | 3 years ago | | | 0 | 0.0035472535 |
ABI
ABI objects
Getter at block 21425878
logic() view returns (address)
0x7b0fce54574d9746414d11367f54c9ab94e53dca
auctionEnd() view returns (uint256)
1633397426
auctionLength() view returns (uint256)
604800
auctionState() view returns (uint8)
2
curator() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
fee() view returns (uint256)
0
id() view returns (uint256)
1358
lastClaimed() view returns (uint256)
1633412431
livePrice() view returns (uint256)
15424500000000000000
name() view returns (string)
PartyToad
reservePrice() view returns (uint256)
2236771701736158431
reserveTotal() view returns (uint256)
2729756184798807749067200000000000000000
settings() view returns (address)
0xe0fc79183a22106229b84ecdd55ca017a07eddca
symbol() view returns (string)
TOAD
token() view returns (address)
0x1cb1a5e65610aeff2551a50f76a87a7d3fb649c6
totalSupply() view returns (uint256)
10000000000000000000
vaultClosed() view returns (bool)
false
votingTokens() view returns (uint256)
1220399999999999999850
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
winning() view returns (address)
0x174d123ce1ef00eebf1026fbf061a7a58a928def
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.