PollManagedFund
Verified contract
Active on
Ethereum with 451 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6a54…f68d
Balances ($33,166.91)
Native
Value
$33,166.91
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 9.899951 | $3,350.21 |
$33,166.91 | |
GSE | ERC-20 | 9 | $0.000029 |
$0 | |
YOO | ERC-20 | 20.373K | -- | -- | |
UBT | ERC-20 | 10 | -- | -- | |
VOS.AI | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7993062 | 5 years ago | | | 0 | 0.00046844000 | |
| 7992999 | 5 years ago | | | 0 | 0.00046844000 | |
| 6605314 | 6 years ago | | | 0 | 0.00023000000 | |
| 6010922 | 6 years ago | | | 0 | 0.00096030200 | |
| 5839417 | 6 years ago | | | 0 | 0.00046844000 | |
| 5770758 | 6 years ago | | | 0 | 0.0013168350 | |
| 5768584 | 6 years ago | | | 0 | 0.0014631500 | |
| 5765943 | 6 years ago | | | 0 | 0.0014631500 | |
| 5761826 | 6 years ago | | | 0 | 0.0011711000 | |
| 5759625 | 6 years ago | | | 0 | 0.00046844000 |
ABI
ABI objects
Getter at block 21262115
INITIAL_TAP() view returns (uint256)
192901234567901
MAX_VOTED_TOKEN_PERC() view returns (uint256)
10
REFUND_POLL_DURATION() view returns (uint256)
604800
TAP_POLL_DURATION() view returns (uint256)
259200
advisorTokenWallet() view returns (address)
0x11f21536f888def8c7d2c4785f3f70b3ddbca1b9
bountyTokenWallet() view returns (address)
0x73c2d67e4181ad1926b4b47b56d3d2c198b87604
companyTokenWallet() view returns (address)
0x5686508abbff20db6a582643280601ef53b58ddf
crowdsaleAddress() view returns (address)
0x770b05bec95bbfdd90a9e46c48fcb101e70ebf9b
crowdsaleEndDate() view returns (uint256)
0
firstWithdrawAmount() view returns (uint256)
0
foundationTokenWallet() view returns (address)
0x9496dbbb9bc9fd78d4735b954569a54fe2a0d9f3
getCurrentTapAmount() view returns (uint256)
0
getOwners() view returns (address[])
[0xBBE89a5fE1F1EEa2224bC5F7428e88C238a191a7, 0x2D2EdbfA6C22c276263DacF1252Eb0611BdE751D]
isWithdrawEnabled() view returns (bool)
true
lastWithdrawTime() view returns (uint256)
0
manager() view returns (address)
0xbbe89a5fe1f1eea2224bc5f7428e88c238a191a7
minVotedTokensPerc() view returns (uint256)
0
referralTokenWallet() view returns (address)
0xf759cae90459c72bb3668fcd8e674f9e1eb9c2c3
refundPoll() view returns (address)
0x0000000000000000000000000000000000000000
reserveTokenWallet() view returns (address)
0xa1568c501e650c83337f8119b6276c0de4aabb0f
secondRefundPollDate() view returns (uint256)
0
state() view returns (uint8)
1
tap() view returns (uint256)
0
tapPoll() view returns (address)
0x0000000000000000000000000000000000000000
teamWallet() view returns (address)
0xe45f9c10f3e4647ac922b0128e688e8e1f220f5f
token() view returns (address)
0x6a546617fd8c74555a2cb63b7b064331de82f68d
Read-only
contributions(address) view returns (uint256)
getDay(uint256 timestamp) pure returns (uint8)
getDaysInMonth(uint8 month, uint16 year) pure returns (uint8)
getHour(uint256 timestamp) pure returns (uint8)
getMinute(uint256 timestamp) pure returns (uint8)
getMonth(uint256 timestamp) pure returns (uint8)
getSecond(uint256 timestamp) pure returns (uint8)
getWeekday(uint256 timestamp) pure returns (uint8)
getYear(uint256 timestamp) pure returns (uint16)
isLeapYear(uint16 year) pure returns (bool)
leapYearsBefore(uint256 year) pure returns (uint256)
ownerByAddress(address) view returns (bool)
owners(uint256) view returns (address)
refundPollDates(uint256) view returns (uint256)
toTimestamp(uint16 year, uint8 month, uint8 day) pure returns (uint256 timestamp)
toTimestamp(uint16 year, uint8 month, uint8 day, uint8 hour) pure returns (uint256 timestamp)
toTimestamp(uint16 year, uint8 month, uint8 day, uint8 hour, uint8 minute) pure returns (uint256 timestamp)
toTimestamp(uint16 year, uint8 month, uint8 day, uint8 hour, uint8 minute, uint8 second) pure returns (uint256 timestamp)
State-modifying
Events canWithdraw() returns (bool)
createRefundPoll()
createTapPoll(uint8 tapIncPerc)
decTap(uint256 _tap)
enableCrowdsaleRefund()
firstWithdraw()
forceRefund()
onCrowdsaleEnd()
onRefundPollFinish(bool agree)
onTapPollFinish(bool agree, uint256 _tap)
onTokenTransfer(address _from, address, uint256 _value)
processContribution(address contributor) payable
refundCrowdsaleContributor()
refundTokenHolder()
setCrowdsaleAddress(address _crowdsaleAddress)
setOwners(address[] _owners)
setTokenAddress(address _tokenAddress)
withdraw()
RefundContributor(address tokenHolder, uint256 amountWei, uint256 timestamp)
RefundEnabled(address initiatorAddress)
RefundHolder(address tokenHolder, uint256 amountWei, uint256 tokenAmount, uint256 timestamp)
RefundPollCreated()
RefundPollFinished(bool approved)
SetOwners(address[] owners)
TapPollCreated()
TapPollFinished(bool approved, uint256 _tap)
Withdraw(uint256 amountWei, uint256 timestamp)
constructor(address _teamWallet, address _referralTokenWallet, address _foundationTokenWallet, address _companyTokenWallet, address _reserveTokenWallet, address _bountyTokenWallet, address _advisorTokenWallet, address[] _owners)
This contract contains no fallback and receive objects.
This contract contains no error objects.