CollabTech
Verified contract
Active on
Ethereum with 452 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 |
---|---|---|---|---|---|
COLLAB | ERC-20 | 14.272979K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18525232 | a year ago | | | 0 | 0.00085244058 | |
| 18248265 | a year ago | | | 0 | 0.00060105857 | |
| 18248225 | a year ago | | | 0 | 0.00087406468 | |
| 18226666 | a year ago | | | 0 | 0.00043341792 | |
| 18185486 | a year ago | | | 0 | 0.0011307889 | |
| 18143580 | a year ago | | | 0 | 0.00093108677 | |
| 18142376 | a year ago | | | 0 | 0.0016595278 | |
| 18140666 | a year ago | | | 0 | 0.00050657991 | |
| 18139162 | a year ago | | | 0 | 0.00057399251 | |
| 18138882 | a year ago | | | 0 | 0.00051752805 |
ABI
ABI objects
Getter at block 21385000
_owner() view returns (address)
0x0000000000000000000000000000000000000000
buyTax() view returns (uint256)
5
decimals() view returns (uint8)
18
marketingFeeReceiver() view returns (address)
0xbbb99089dfbb710531ea9ecc567a4ea7a0bf1035
maxTxAmount() view returns (uint256)
10000000000000000000000000
maxWalletBalance() view returns (uint256)
10000000000000000000000000
name() view returns (string)
CollabTech
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellTax() view returns (uint256)
5
swapThreshold() view returns (uint256)
30000000000000000000000
symbol() view returns (string)
COLLAB
totalSupply() view returns (uint256)
10000000000000000000000000
tradingOpen() view returns (bool)
true
uniswapV2Pair() view returns (address)
0xef9d120de291a6c1be3f6f79f00e090a364f5b5a
Read-only
_authorizations(address) view returns (bool)
_feeExemptions(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isAuthorized(address addr) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
clearStuckToken(address tokenAddress, uint256 tokens) returns (bool success)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
openTrading()
renounceOwnership()
setExemptFromFee(address addr, bool value)
setExemptFromMaxTx(address addr, bool value)
setMarketingWallet(address _marketingFeeReceiver)
setMaxWalletAndTxPercent(uint256 _maxWalletPercent, uint256 _maxTxPercent)
setSwapBackSettings(uint256 _amount)
setTaxes(uint256 _buyTax, uint256 _sellTax)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol)
fallback()
receive()
MathOverflowedMulDiv()
MaxBalanceExceeded()
NotExternalToken()
PercentOutOfRange()
ReentrancyGuardReentrantCall()
TradingClosed()
TransactionTooLarge()
TransferFailed()
UnknownCaller()