FortubeDao
Verified contract
Implementation
Active on
Ethereum with 0 txns
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 43 additional slots
Balances ($0.00)
No balances found for "FortubeDao"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "FortubeDao"
ABI
ABI objects
Getter at block 21190520
DELEGATION_TYPEHASH() view returns (bytes32)
0xe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
calcMaxSponsorOut() view returns (uint256)
0
decimals() view returns (uint8)
0
intercept() view returns (uint256)
0
multiSig() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
operator() view returns (address)
0x0000000000000000000000000000000000000000
penalty() view returns (uint256)
0
reservedToken() view returns (address)
0x0000000000000000000000000000000000000000
sellDelay() view returns (uint256)
0
slope() view returns (uint256)
0
symbol() view returns (string)
totalSupply() view returns (uint256)
0
totalToken() view returns (uint256)
0
treasury() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calcNewSlope(uint256 _totalToken, uint256 supply) view returns (uint256)
calculateBuyReturn(uint256 _buyFdaoAmount) view returns (uint256 amount)
calculatePurchaseReturn(uint256 _amount) view returns (uint256 daoAmount)
calculateSaleExactReturn(uint256 _amount) view returns (uint256 daoAmount)
calculateSaleReturn(uint256 _sellAmount) view returns (uint256 amount)
checkpoints(address, uint32) view returns (uint32 fromBlock, uint96 votes)
delegates(address) view returns (address)
getCurrentVotes(address account) view returns (uint96)
getPriorVotes(address account, uint256 blockNumber) view returns (uint96)
lastBoughtTime(address) view returns (uint256)
min(uint256 a, uint256 b) pure returns (uint256)
nonces(address) view returns (uint256)
numCheckpoints(address) view returns (uint32)
sqrt(uint256 x) pure returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
buy(uint256 amount, uint256 amountOutMin)
buyExactDAO(uint256 daoAmount, uint256 amountInMax)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(uint256 _slope, uint256 _intercept, address _reservedToken, address _multiSig, address _treasury)
sell(uint256 daoAmount, uint256 amountOutMin)
sellExactDAO(uint256 amount, uint256 amountInMax)
setMultiSig(address _multiSig)
setOperator(address _operator)
setPenalty(uint256 _newPenalty)
setSellDelay(uint256 _sellDelay)
setTreasury(address _treasury)
sponsorIn(uint256 amount)
sponsorOut(address sponsorTo, uint256 amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Bought(address user, uint256 forAmount, uint256 daoAmount, uint256 timestamp)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
MultiSigChanged(address oldMultiSig, address newMultiSig)
OperatorChanged(address oldOperator, address newOperator)
PenaltyChanged(uint256 oldPenalty, uint256 newPenalty)
SellDelayChanged(uint256 oldSellDelay, uint256 newSellDelay)
Sold(address user, uint256 userForAmount, uint256 penaltyForAmount, uint256 daoAmount, uint256 timestamp)
SponsorIn(address sponsorFrom, uint256 totalToken, uint256 inAmount)
SponsorOut(uint256 totalToken, address sponsorTo, uint256 outAmount)
Synced(uint256 oldSlope, uint256 newSlope)
Transfer(address indexed from, address indexed to, uint256 value)
TreasuryChanged(address oldTreasury, address newTreasury)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.