Balances ($0.00)
No balances found for "KOMPAS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12223713 | 7 months ago | | | 0 | 0.0000051042333 | |
| 12220979 | 7 months ago | | | 0 | 0.0000092458166 | |
| 12220933 | 7 months ago | | | 0 | 1.9250299e-7 | |
| 12220914 | 7 months ago | | | 0 | 0.0000089385826 | |
| 12220909 | 7 months ago | | | 0 | 0.0000051104359 | |
| 12220853 | 7 months ago | | | 0 | 2.1436176e-7 | |
| 12220833 | 7 months ago | | | 0 | 0.0000055655194 | |
| 12220827 | 7 months ago | | | 0 | 0.0000055743311 | |
| 12220708 | 7 months ago | | | 0 | 0.0000090134293 | |
| 12220691 | 7 months ago | | | 0 | 0.0000057522657 |
ABI
ABI objects
Getter at block 21997587
decimals() view returns (uint8)
18
name() view returns (string)
KOMPAS
owner() view returns (address)
0x5cadab3b1ecebd518c29f0dc12c912782de07ce6
symbol() view returns (string)
KOMPAS
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isApproved(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)