TBANK Seed
Verified contract
Active on
Ethereum with 410 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4,495.53)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TBANK | ERC-20 | 28.924273K | $0.155424 |
$4,495.53 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19489472 | 8 months ago | | | 0 | 0.0025546126 | |
| 19489356 | 8 months ago | | | 0 | 0.0022153214 | |
| 19478006 | 8 months ago | | | 0 | 0.0036098384 | |
| 19477998 | 8 months ago | | | 0 | 0.0022075945 | |
| 19458183 | 8 months ago | | | 0 | 0.0021584109 | |
| 19457277 | 8 months ago | | | 0 | 0.0026020429 | |
| 19448824 | 8 months ago | | | 0 | 0.0029824636 | |
| 19445533 | 8 months ago | | | 0 | 0.0027232788 | |
| 19444323 | 8 months ago | | | 0 | 0.0022197675 | |
| 19410326 | 8 months ago | | | 0 | 0.0045713381 |
ABI
ABI objects
Getter at block 21206060
decimals() view returns (uint256)
18
endDate() view returns (uint256)
1708344000
ethPricePerToken() view returns (uint256)
18000000000000
factory() view returns (address)
0x7f9da88321cc5ee680bf6cd7e1d8a3bcb27a3ee5
isClaimable() view returns (bool)
true
isEnded() view returns (bool)
true
isStarted() view returns (bool)
true
maxTokenBuy() view returns (uint256)
10000000000000000000000
minTokenBuy() view returns (uint256)
1000000000000000000
name() view returns (string)
TBANK Seed
operator() view returns (address)
0x33c78a4ebe7950277b0ba8b8f4c66526db73c502
protocolFee() view returns (uint256)
0
protocolFeeAddress() view returns (address)
0x3ce0e1433ce02f1a1d868ef5ecb2f3f24b703e6f
releaseDelay() view returns (uint256)
0
startDate() view returns (uint256)
1708171200
token() view returns (address)
0x95ccffae3eb8767d4a941ec43280961dde89f4de
tokenHardCap() view returns (uint256)
1500000000000000000000000
tokenUnit() view returns (uint256)
1000000000000000000
totalPurchasedAmount() view returns (uint256)
1499999994444444444444439
vestingDuration() view returns (uint256)
691200
wlBlockNumber() view returns (uint256)
19246847
wlMinBalance() view returns (uint256)
1000000000000000000000
wlRoot() view returns (bytes32)
0x3e7ed3abb39ebc7a46ee8a9025954653d36a550fc44f59897cac3c4d3daa73a9
Read-only
claimableAmount(address _address) view returns (uint256)
claimedAmount(address) view returns (uint256)
ethToToken(uint256 ethAmount) view returns (uint256)
purchasedAmount(address) view returns (uint256)
State-modifying
Events buyTokens(bytes32[] proof) payable
claimTokens()
increaseHardCap(uint256 _tokenHardCapIncrement)
setName(string _name)
setVestingDuration(uint256 _vestingDuration)
transferOperatorOwnership(address newOperator)
transferPurchasedOwnership(address _newOwner)
updateEthPricePerToken(uint256 _ethPricePerToken)
updateWhitelist(uint256 _wlBlockNumber, uint256 _wlMinBalance, bytes32 _wlRoot)
withdrawEth()
withdrawTokens()
OperatorTransferred(address indexed previousOperator, address indexed newOperator)
TokenHardCapUpdated(address indexed _token, uint256 newTokenHardCap)
TokensClaimed(address indexed _token, address indexed buyer, uint256 amount)
TokensPurchased(address indexed _token, address indexed buyer, uint256 amount)
VestingDurationUpdated(uint256 newVestingDuration)
WhitelistUpdated(uint256 wlBlockNumber, uint256 wlMinBalance, bytes32 wlRoot)
ethPricePerTokenUpdated(address indexed _token, uint256 newEthPricePerToken)
constructor(struct MainLaunchpadInfo _info, uint256 _protocolFee, address _protocolFeeAddress, address _operator, address _factory)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
AmountExceedsHardCap()
AmountExceedsMaxTokenAmount()
AmountTooLow()
Ended()
EthereumTransferFailed()
FailedInnerCall()
InvalidBuyAmount()
InvalidEndDate()
InvalidEthPrice()
InvalidMaxTokenBuy()
InvalidMinTokenBuy()
InvalidStartDate()
InvalidTokenHardCapIncrement()
InvalidWhitelistProof()
NoBalanceToWithdraw()
NoClaimableTokens()
NoPurchasedTokens()
NotClaimable()
NotEnded()
NotStarted()
OperatorZeroAddress()
SafeERC20FailedOperation(address token)
SameOperator()
ZeroAddress()