TudaToken
Verified contract
Active on
Ethereum with 8,511 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 |
---|---|---|---|---|---|
FOR | ERC-20 | 1 | $0.001961 |
$0 | |
TUDA | ERC-20 | 1K | -- | -- | |
WDT | ERC-20 | 0.0006 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21082979 | 23 days ago | | | 0 | 0.00031013354 | |
| 21061910 | a month ago | | | 0 | 0.00022434825 | |
| 20695875 | 3 months ago | | | 0 | 0.000049120669 | |
| 19373179 | 9 months ago | | | 0 | 0.0035296200 | |
| 19360867 | 9 months ago | | | 0 | 0.0041767170 | |
| 17654244 | a year ago | | | 0 | 0.00070677948 | |
| 17569032 | a year ago | | | 0 | 0.00065001565 | |
| 16398574 | 2 years ago | | | 0 | 0.0020837482 | |
| 16094330 | 2 years ago | | | 0 | 0.00070591508 | |
| 16094240 | 2 years ago | | | 0 | 0.00054701676 |
ABI
ABI objects
Getter at block 21247734
INITIAL_SUPPLY() view returns (uint256)
60000000000000000
decimals() view returns (uint8)
8
name() view returns (string)
TudaToken
owner() view returns (address)
0x82280bd6b6f3806bd5b28a54fd89df941de800b8
paused() view returns (bool)
false
symbol() view returns (string)
TUDA
totalSupply() view returns (uint256)
60000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
burnFrom(address _from, uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
freezeAccount(address _who, bool freeze)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
FrozenFunds(address _who, bool frozen)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.