Talken
Verified contract
Active on
Ethereum with 10,645 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($111.80)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TALK | ERC-20 | 4.172618K | $0.026795 |
$111.8 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241891 | 15 hours ago | | | 0 | 0.00050376331 | |
| 21236198 | a day ago | | | 0 | 0.0015874837 | |
| 21236194 | a day ago | | | 0 | 0.0014004978 | |
| 21234545 | 2 days ago | | | 0 | 0.00054867855 | |
| 21234189 | 2 days ago | | | 0 | 0.00036055870 | |
| 21233542 | 2 days ago | | | 0 | 0.00047135320 | |
| 21222605 | 3 days ago | | | 0 | 0.0010432192 | |
| 21222323 | 3 days ago | | | 0 | 0.0010102709 | |
| 21203208 | 6 days ago | | | 0 | 0.00060832079 | |
| 21197804 | 7 days ago | | | 0 | 0.00087168465 |
ABI
ABI objects
Getter at block 21246344
decimals() pure returns (uint8 tokenDecimals)
18
isFinished() view returns (bool finished)
false
name() pure returns (string tokenName)
Talken
owner() view returns (address ownerAddress)
0xfc78b45db68c37dd1ddd9950f99e3f6c809a28b3
paused() view returns (bool)
false
symbol() pure returns (string tokenSymbol)
TALK
totalSupply() view returns (uint256 total)
500000000000000000000000000
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)
burn(uint256 amount) returns (bool success)
burnFrom(address burned, uint256 amount) returns (bool success)
finishMint() returns (bool success)
freeze(address target) returns (bool success)
mint(address receiver, uint256 amount) returns (bool success)
pause() returns (bool success)
releaseLock(address from) 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, uint256 idx) returns (bool success)
unlockAll(address from) returns (bool success)
Approval(address indexed owner, address indexed spender, uint256 amount)
Burn(address indexed burned, uint256 amount)
Freeze(address indexed target)
Lock(address indexed from, uint256 amount, uint256 due)
Mint(address indexed receiver, uint256 amount)
MintFinished()
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.