TheTribe
Verified contract
Active on
Ethereum with 1,739 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 |
---|---|---|---|---|---|
TRIBE | ERC-20 | 4.983525M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21172053 | 3 days ago | | | 0 | 0.0015892264 | |
| 21156878 | 5 days ago | | | 0 | 0.00061172373 | |
| 21154513 | 5 days ago | | | 0 | 0.00033832896 | |
| 21120794 | 10 days ago | | | 0 | 0.00025971729 | |
| 21026393 | 23 days ago | | | 0 | 0.00015846373 | |
| 21023797 | 23 days ago | | | 0 | 0.00039594954 | |
| 20699014 | 2 months ago | | | 0 | 0.000097600729 | |
| 20610878 | 3 months ago | | | 0 | 0.000034534340 | |
| 20591196 | 3 months ago | | | 0 | 0.00010012746 | |
| 20547737 | 3 months ago | | | 0 | 0.000066540012 |
ABI
ABI objects
Getter at block 21191592
MAX_TAX() view returns (uint256)
25
PRESALE_ACCOUNT_LIMIT() view returns (uint256)
1000000000000000000
SHARE_LIQUIDITY() view returns (uint256)
2850
SHARE_OTHER() view returns (uint256)
1150
SHARE_PRESALE() view returns (uint256)
6000
SWAP_THRESHOLD_ETH_MAX() view returns (uint256)
50000000000000000000
SWAP_THRESHOLD_ETH_MIN() view returns (uint256)
5000000000000000
buyTax() view returns (uint256)
0
currentBuyTax() view returns (uint256)
0
currentSellTax() view returns (uint256)
25
decimals() view returns (uint8)
18
name() view returns (string)
The Tribe
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0x35ec40bd9ae9179097f06ccbc0e9c3f2d051cc30
presaleState() view returns (uint8)
3
sellTax() view returns (uint256)
25
swapThresholdEth() view returns (uint256)
100000000000000000
swapThresholdToken() view returns (uint256)
6513546149987066603389263
symbol() view returns (string)
TRIBE
taxManager() view returns (address)
0x0a19847c5967007586c6e796feff8f753d46362d
taxRecipient() view returns (address)
0x0a19847c5967007586c6e796feff8f753d46362d
totalClaimed() view returns (uint256)
598584896368677120561977889
totalCommitments() view returns (uint256)
91159401435078717351
totalSupply() view returns (uint256)
1000000000000000000000000000
unclaimedSupply() view returns (uint256)
1415103631322879438022111
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
claimedTokens(address) view returns (uint256)
commitment(address) view returns (uint256)
isExchangePool(address) view returns (bool)
taxFreeAccount(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
changeTaxes(uint256 newBuyTax, uint256 newSellTax)
claimPresale()
closePresale()
commitToPresale() payable
completePresale()
openPresale()
renounceOwnership()
setExchangePool(address account, bool exchangePool)
setSwapThresholdEth(uint256 newSwapThresholdEth)
setTaxFreeAccount(address account, bool taxFree)
setTaxRecipient(address newTaxRecipient)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
transferTaxManager(address newTaxManager)
withdrawTaxes()
Approval(address indexed owner, address indexed spender, uint256 value)
CommitedToPresale(address indexed account, uint256 amount)
ExchangePoolStateChanged(address indexed account, bool indexed isExchangePool)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PresaleClaimed(address indexed account, uint256 amount)
PresaleClosed(uint256 totalCommitments)
PresaleCompleted(uint256 totalCommitments)
PresaleOpened()
SwapThresholdChanged(uint256 swapThresholdEth)
TaxFreeStateChanged(address indexed account, bool indexed taxFree)
TaxManagerChanged(address indexed taxManager)
TaxRecipientChanged(address indexed taxRecipient)
TaxesChanged(uint256 newBuyTax, uint256 newSellTax)
TaxesWithdrawn(uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _owner, address _taxRecipient, address _taxManager)
receive()
AlreadyClaimed()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
InvalidParameters()
InvalidState()
InvalidSwapThreshold()
InvalidTax()
MaxAccountLimitExceeded()
NoCommittments()
NoContract()
NothingCommitted()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
PresaleIsClosed()
PresaleNotCompleted()
Unauthorized()