Omnitude Token
Verified contract
Active on
Ethereum with 25,530 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 |
---|---|---|---|---|---|
XLAB | ERC-20 | 50 | $0.000002 |
$0 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
ECOM | ERC-20 | 208.201231K | -- | -- | |
STQ | ERC-20 | 31.627192K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
WTL | ERC-20 | 100 | -- | -- | |
XCEL | ERC-20 | 50 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- | |
PCPie | ERC-20 | 4 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20624946 | 2 months ago | | | 0 | 0.000030918139 | |
| 20408323 | 3 months ago | | | 0 | 0.000056574000 | |
| 17790731 | a year ago | | | 0 | 0.0011168372 | |
| 17646317 | a year ago | | | 0 | 0.00049462283 | |
| 17459184 | a year ago | | | 0 | 0.0031071600 | |
| 16026282 | 2 years ago | | | 0 | 0.00062412733 | |
| 15936069 | 2 years ago | | | 0 | 0.0029075298 | |
| 15935987 | 2 years ago | | | 0 | 0.0041518406 | |
| 15935801 | 2 years ago | | | 0 | 0.0047571274 | |
| 15840821 | 2 years ago | | | 0 | 0.00043173085 |
ABI
ABI objects
Getter at block 21158424
HARD_CAP() view returns (uint256)
100000000000000000000000000
TOKENS_SALE_HARD_CAP() view returns (uint256)
55000000000000000000000000
decimals() view returns (uint8)
18
foundationAddress() view returns (address)
0xd35ae7150de8b51994a81261e1704a2b8ffe640e
name() view returns (string)
Omnitude Token
omniTeamAddress() view returns (address)
0x413180e613e6d5a09774f2ff8c9f1ad13f0aae0c
owner() view returns (address)
0xa80f4c24e8358594e601b1204e56cb5a637cc9d6
symbol() view returns (string)
ECOM
tokenSaleClosed() view returns (bool)
true
totalSupply() view returns (uint256)
74413301337383998411890173
year1LockAddress() view returns (address)
0x4f066a54aa3197ba8220fb9436052e943ff72735
year2LockAddress() view returns (address)
0x184e534055feddeb018b8a8fdbb908fa92aee229
year3LockAddress() view returns (address)
0x278a3c36e629266d2f055d3815a85c46f4753e1c
year4LockAddress() view returns (address)
0x78196e8f7749f98fe85c451a765857f2f9cf099e
year5LockAddress() view returns (address)
0xa88583fdc65f705cc80bd67066f23805db028da4
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
close()
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _omniTeamAddress, address _foundationAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.