conTRIBUTE
Verified contract
Active on
Ethereum with 1,595 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7031…2bfc
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TRBT | ERC-20 | 19.633756K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19834468 | 7 months ago | | | 0 | 0.00070109754 | |
| 19834436 | 7 months ago | | | 0 | 0.00011855052 | |
| 19834432 | 7 months ago | | | 0 | 0.00020018944 | |
| 13221022 | 3 years ago | | | 0 | 0.0074325452 | |
| 13221020 | 3 years ago | | | 0 | 0.0026630400 | |
| 13221020 | 3 years ago | | | 0 | 0.0076005736 | |
| 12988946 | 3 years ago | | | 0 | 0.0042748310 | |
| 12988932 | 3 years ago | | | 0 | 0.0015243349 | |
| 12722297 | 3 years ago | | | 0 | 0.00081535300 | |
| 12695257 | 3 years ago | | | 0 | 0.00049184000 |
ABI
ABI objects
Getter at block 21284449 multiData() view returns (uint256, uint256, uint256, uint256, uint256, uint256, uint256, uint256)
buyPrice() view returns (uint256)
1050000000000000000
decimals() view returns (uint8)
18
entryFee_() view returns (uint256)
5
exitFee_() view returns (uint256)
15
getInvested() view returns (uint256)
0
myTokens() view returns (uint256)
0
name() view returns (string)
conTRIBUTE
onlyAmbassadors() view returns (bool)
false
referralFee_() view returns (uint256)
20
sellPrice() view returns (uint256)
850000000000000000
symbol() view returns (string)
CTRBT
totalERC20Balance() view returns (uint256)
19633755694708012593435
totalSupply() view returns (uint256)
12228559152577234412985
Read-only
balanceOf(address _customerAddress) view returns (uint256)
dividendsOf(address _customerAddress) view returns (uint256)
invested_(address) view returns (uint256)
myDividends(bool _includeReferralBonus) view returns (uint256)
payoutsTo_(address) view returns (int256)
referralBalance_(address) view returns (uint256)
tokenBalanceLedger_(address) view returns (uint256)
totalReferralEarnings(address _client) view returns (uint256)
totalReferralEarnings_(address) view returns (uint256)
State-modifying
Events activate()
buy(uint256 _amount, address _referredBy) returns (uint256)
buyFor(uint256 _amount, address _customerAddress, address _referredBy) returns (uint256)
donateTokens(uint256 todonate)
exit()
receiveApproval(address from, uint256 tokens, address token, bytes20 data)
reinvest()
sell(uint256 _amountOfERC20s)
withdraw()
Transfer(address indexed from, address indexed to, uint256 tokens)
onDistribute(address indexed customerAddress, uint256 price)
onReinvestment(address indexed customerAddress, uint256 ERC20Reinvested, uint256 tokensMinted)
onTokenPurchase(address indexed customerAddress, uint256 incomingERC20, uint256 tokensMinted, address indexed referredBy, uint256 timestamp)
onTokenSell(address indexed customerAddress, uint256 tokensBurned, uint256 ERC20Earned, uint256 timestamp)
onWithdraw(address indexed customerAddress, uint256 ERC20Withdrawn)
constructor(address token, address extraAmbassador)
This contract contains no fallback and receive objects.
This contract contains no error objects.