WIPcoin
Verified contract
Active on
Ethereum with 1,424 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WIPC | ERC-20 | 21 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20748511 | 2 months ago | | | 0 | 0.00010304437 | |
| 20501131 | 3 months ago | | | 0 | 0.000046061000 | |
| 20445966 | 4 months ago | | | 0 | 0.000069523500 | |
| 20394207 | 4 months ago | | | 0 | 0.000035842871 | |
| 20394206 | 4 months ago | | | 0 | 0.000038289227 | |
| 20394156 | 4 months ago | | | 0 | 0.000059706975 | |
| 19204784 | 9 months ago | | | 0 | 0.00060844746 | |
| 19029266 | 10 months ago | | | 0 | 0.00084088535 | |
| 18911994 | a year ago | | | 0 | 0.00045038415 | |
| 18865773 | a year ago | | | 0 | 0.00067591222 |
ABI
ABI objects
Getter at block 21218482
WIPHardCap() view returns (uint256)
1000000
backDropComplete() view returns (bool)
true
decimals() view returns (uint8)
18
expensesWeeklyAddress() view returns (address)
0xaed74bce7c07494ea84f81272a31ff55913c685a
getStats() view returns (uint256 meetups, uint256 attendees, uint256 weeklyAttendees, uint256 circulatingSupply, int256 nextHalvingCountdown, int256 nextTimeDelayEnding, uint256 expensesPercent, uint256 promotionalPercent, uint256 communityPercent)
(meetups=76, attendees=1759, weeklyAttendees=1, circulatingSupply=746880, nextHalvingCountdown=-94715968, nextTimeDelayEnding=-94213748, expensesPercent=25, promotionalPercent=15, communityPercent=60)
getWeeklyDistribution() view returns (uint256 communityDistributionAmount, uint256 expensesDistributionAmount, uint256 promotionalDistributionAmount)
(communityDistributionAmount=3000000000000000000000, expensesDistributionAmount=1250000000000000000000, promotionalDistributionAmount=750000000000000000000)
halvingIndex() view returns (uint256)
1
halvingPeriodSeconds() view returns (uint256)
19353600
halvingTimeStamp() view returns (uint256)
1637263651
isOwner() view returns (bool)
false
name() view returns (string)
WIPcoin
numberOfAttendeesSet() view returns (bool)
false
owner() view returns (address)
0x63a9dbce75413036b2b778e670aabd4493aaf9f3
promoWeeklyAddress() view returns (address)
0xaed74bce7c07494ea84f81272a31ff55913c685a
symbol() view returns (string)
WIPC
timerInitiated() view returns (uint256)
1598556451
totalSupply() view returns (uint256)
746880321933385924939600
weeklyCountFinalized() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getAmountClaimable(address userAddress) view returns (uint256 amountClaimable)
State-modifying
Events addAdminAddress(address newAdminAddress)
adjustWeeklySplit(uint256 newExpenses, uint256 newPromo, uint256 newCommunity)
approve(address spender, uint256 value) returns (bool)
burnWIP(uint256 WIPToBurn)
claimWIPCoin()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialBackDrop(address[] attendee, uint256[] backDropAmount)
pushAddresses(address[] attendee)
removeAdminAddress(address oldAdminAddress)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
updateNumberOfAttendees(uint256 numberOfAttendees)
updatePromoWeekly(address newPromoWeekly)
updateTeamWeekly(address newTeamWeekly)
Approval(address indexed owner, address indexed spender, uint256 value)
BurnWIP(uint256 amount)
MintWIP(address mintingAddress, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.