ApolloFTWDAO
Verified contract
Active on
Ethereum with 10 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2.32)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FTW | ERC-20 | 1K | $0.002324 |
$2.32 | |
APOLLO | ERC-20 | 226.571548M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20995046 | a month ago | | | 0 | 0.00052836610 | |
| 19677961 | 7 months ago | | | 0 | 0.00093792774 | |
| 19662045 | 7 months ago | | | 0 | 0.0018531777 | |
| 19662024 | 7 months ago | | | 0 | 0.0023593339 | |
| 19634127 | 7 months ago | | | 0 | 0.0022760816 | |
| 19463381 | 8 months ago | | | 0 | 0.0021577284 | |
| 19463373 | 8 months ago | | | 0 | 0.0019528439 | |
| 19463366 | 8 months ago | | | 0 | 0.0020077884 | |
| 19463352 | 8 months ago | | | 0 | 0.0021979153 | |
| 19427725 | 8 months ago | | | 0 | 0.0026953358 |
ABI
ABI objects
Getter at block 21213985
activeDAONominations() view returns (uint256)
0
admin() view returns (address)
0x3fac49ecec57f9dff010dfdea05277bbb9398d01
amountMigrated() view returns (uint256)
598611765864063034155000000
apolloDAOToken() view returns (address)
0xbc188b5dbb155b6ea693d46d98bf60b8482939b9
apolloTokenV1() view returns (address)
0xadf86e75d8f0f57e0288d0970e7407eaa49b3cab
approvedNewDAO() view returns (address)
0xc21434957227a19236ac21c522b3b14fd352697e
daoApprovedTime() view returns (uint256)
1713197807
daoUpdateDelay() view returns (uint256)
86400
daoVoteFeePercentage() view returns (uint256)
1
daoVotingDuration() view returns (uint256)
259200
deployingWallet() view returns (address)
0xad360393f3728ad3b60c0a4212660c6d7558f7b3
isMigrationOpen() view returns (bool)
true
maxRewardAmount() view returns (uint256)
100000000000000000000000
minimumDAOBalance() view returns (uint256)
10000000000000000000000000
totalLockedVotes() view returns (uint256)
100
v1DAO() view returns (address)
0x81952003dd3a9c715d3884e31af440713dec4a22
Read-only
checkAddressVoteAmount(address voter, address dao) view returns (uint256)
checkDAOAddressVote(address voter, address dao) view returns (bool)
daoNominationNominator(address dao) view returns (address)
daoNominationTime(address dao) view returns (uint256)
daoNominationVotesAgainst(address dao) view returns (uint256)
daoNominationVotesFor(address dao) view returns (uint256)
daoNominationVotingClosed(address dao) view returns (bool)
walletMigrated(address) view returns (uint256)
State-modifying
Events closeNewDAOVoting(address newDAO)
migrateTokens(address _to, uint256 _amount)
nominateNewDAO(address newDAO)
rewardWinner(address _winner, uint256 _amount)
setMaxRewardAmount(uint256 newPercentage)
setMigrationOpen(bool _isOpen)
updateDAOAddress()
voteForDAONomination(uint256 voteAmount, address newDAO, bool voteFor)
withdrawNewDAOVotes(address newDAO)
Migrated(address indexed holder, uint256 indexed amount)
NewDAONomination(address indexed newDAO, address indexed nominator)
VoteSubmitted(address indexed newDAO, address indexed voter, uint256 voteAmount, bool voteFor)
VoteWithdrawn(address indexed newDAO, address indexed voter)
VotingClosed(address indexed newDAO, bool approved)
constructor(address tokenAddress, address _admin, address _deployingWallet, address tokenV1Address)
This contract contains no fallback and receive objects.
This contract contains no error objects.