Katana Inu - Development
Verified contract
Active on
Ethereum with 12 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Katana Inu - Development"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21086031 | 22 days ago | | | 0 | 0.0015245328 | |
| 19640879 | 7 months ago | | | 0 | 0.0020348320 | |
| 19127713 | 10 months ago | | | 0 | 0.0028289066 | |
| 18735738 | a year ago | | | 0 | 0.0058658628 | |
| 18483970 | a year ago | | | 0 | 0.0017303348 | |
| 17866859 | a year ago | | | 0 | 0.0012233633 | |
| 17672515 | a year ago | | | 0 | 0.0017803877 | |
| 17471520 | a year ago | | | 0 | 0.0015691764 | |
| 17378132 | a year ago | | | 0 | 0.0034181110 | |
| 15505300 | 2 years ago | | | 0 | 0.0020458771 |
ABI
ABI objects
Getter at block 21246026
allocatedAmount() view returns (uint256)
0
balance() view returns (uint256)
0
cliffDuration() view returns (uint256)
20736000
cliffPercent() view returns (uint256)
10
linearDuration() view returns (uint256)
41472000
name() view returns (string)
Katana Inu - Development
owner() view returns (address)
0x4460cb938f360858ea9be27fea45184bcf3b59c5
tgePercent() view returns (uint256)
0
tgeTime() view returns (uint256)
1640269800
Read-only
claimableAmount(address addr, uint256 timestamp) view returns (uint256)
members(address) view returns (address account, uint256 totalAmount, uint256 claimedAmount, uint256 startTime, uint256 endTime)
vestedAmount(address addr, uint256 timestamp) view returns (uint256)
State-modifying
Events addMembers(address[] addrs, uint256[] tokenAmounts)
claim()
removeMember(address addr)
renounceOwnership()
setKataToken(address _erc)
transferOwnership(address newOwner)
Added(address account, uint256 amount)
Claimed(address account, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Removed(address account, uint256 amount)
constructor(string _name, uint256 _tgeTime, uint256 _tgePercent, uint256 _cliffDuration, uint256 _cliffPercent, uint256 _linearDuration)
This contract contains no fallback and receive objects.
This contract contains no error objects.