Balances ($0.00)
No balances found for "TEPATEPA"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12083289 | 7 months ago | | | 0 | 1.6622993e-7 | |
| 12083161 | 7 months ago | | | 0 | 0.00019224622 | |
| 12083151 | 7 months ago | | | 0 | 0.0000050709625 | |
| 12082948 | 7 months ago | | | 0 | 0.000024442870 | |
| 12082850 | 7 months ago | | | 0 | 1.7604026e-7 | |
| 12082833 | 7 months ago | | | 0 | 0.00021773237 | |
| 12082813 | 7 months ago | | | 0 | 1.7588317e-7 | |
| 12082748 | 7 months ago | | | 0 | 0.00021682801 | |
| 12082748 | 7 months ago | | | 0 | 0.00021682801 | |
| 12082738 | 7 months ago | | | 0 | 0.0000050709625 |
ABI
ABI objects
Getter at block 21852164
decimals() view returns (uint8)
18
name() view returns (string)
TEPATEPA
owner() view returns (address)
0x00eb7ad1081b1fe7aeef778d23951045f67963ec
symbol() view returns (string)
TEPA
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
renounceOwnership()
setObserver(address observer)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)