technology innovation project
Verified contract
Active on
Ethereum with 639 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 "technology innovation project"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20318284 | 4 months ago | | | 0 | 0.00063231833 | |
| 14677517 | 3 years ago | | | 0 | 0.0029722903 | |
| 14669777 | 3 years ago | | | 0 | 0.0016999015 | |
| 14657622 | 3 years ago | | | 0 | 0.0014683548 | |
| 14635133 | 3 years ago | | | 0 | 0.00095462205 | |
| 14621591 | 3 years ago | | | 0 | 0.0022745776 | |
| 14610835 | 3 years ago | | | 0 | 0.0041812746 | |
| 14574182 | 3 years ago | | | 0 | 0.0036128007 | |
| 14569469 | 3 years ago | | | 0 | 0.0011702181 | |
| 14543886 | 3 years ago | | | 0 | 0.0029188765 |
ABI
ABI objects
Getter at block 21202374
decimals() view returns (uint8 tokenDecimals)
18
name() view returns (string tokenName)
technology innovation project
owner() view returns (address ownerAddress)
0xdb1495ddbd17cfe19186d2811aed0bda4441ada2
paused() view returns (bool)
false
symbol() view returns (string tokenSymbol)
TIP
totalSupply() view returns (uint256 total)
3300000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256 remaining)
balanceOf(address owner) view returns (uint256 balance)
isFrozen(address target) view returns (bool frozen)
lockInfo(address locked, uint256 index) view returns (uint256 amount, uint256 due)
totalLocked(address locked) view returns (uint256 amount, uint256 length)
State-modifying
Events approve(address spender, uint256 amount) returns (bool success)
freeze(address target) returns (bool success)
pause() returns (bool success)
renounceOwnership() returns (bool success)
transfer(address to, uint256 amount) returns (bool success)
transferFrom(address from, address to, uint256 amount) returns (bool success)
transferOwnership(address newOwner) returns (bool success)
transferWithLockUp(address recipient, uint256 amount, uint256 due) returns (bool success)
unFreeze(address target) returns (bool success)
unPause() returns (bool success)
unlock(address from) returns (bool success)
Approval(address indexed owner, address indexed spender, uint256 amount)
Freeze(address indexed target)
Lock(address indexed from, uint256 amount, uint256 due)
OwnershipTransferred(address indexed currentOwner, address indexed newOwner)
Paused()
Transfer(address indexed from, address indexed to, uint256 amount)
Unfreeze(address indexed target)
Unlock(address indexed from, uint256 amount)
Unpaused()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.