Balances ($0.00)
No balances found for "Omni"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20766813 | 2 months ago | | | 0 | 0.00019326577 | |
| 20766813 | 2 months ago | | | 0 | 0.00026394920 | |
| 20766812 | 2 months ago | | | 0 | 0.00018917228 | |
| 20766812 | 2 months ago | | | 0 | 0.00035312722 | |
| 20766812 | 2 months ago | | | 0 | 0.0036996152 | |
| 20766811 | 2 months ago | | | 0 | 0.00025950893 | |
| 20766810 | 2 months ago | | | 0 | 0.00025264568 | |
| 20766810 | 2 months ago | | | 0 | 0.00034593025 | |
| 20766809 | 2 months ago | | | 0 | 0.00018317939 | |
| 20766809 | 2 months ago | | | 0 | 0.00018317939 |
ABI
ABI objects
Getter at block 21209714
DOMAIN_SEPARATOR() view returns (bytes32)
0x453e8d95262cbdb6f2a867643b0285b66b80e92ea83b8b668cae83dcdd172bf6
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
9
name() view returns (string)
Omni
owner() view returns (address)
0x08da8fcda4f4a2020c8a67fee8c41fc197f18917
symbol() view returns (string)
OMNI
totalSupply() view returns (uint256)
700000000000000
vault() view returns (address)
0x08da8fcda4f4a2020c8a67fee8c41fc197f18917
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events _burnFrom(address account_, uint256 amount_)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account_, uint256 amount_)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account_, uint256 amount_)
permit(address owner, address spender, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
setVault(address vault_) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) 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.
This contract contains no error objects.