EVAI.IO
Verified contract
Active on
Ethereum with 2,293 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6,006.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 6K | $1.001 |
$6,006 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21008681 | 2 months ago | | | 0 | 0.00046857500 | |
| 20388449 | 5 months ago | | | 0 | 0.000065872127 | |
| 20388447 | 5 months ago | | | 0 | 0.000067312689 | |
| 20388446 | 5 months ago | | | 0 | 0.000065084527 | |
| 20388420 | 5 months ago | | | 0 | 0.000061388743 | |
| 20388409 | 5 months ago | | | 0 | 0.000062738017 | |
| 20388401 | 5 months ago | | | 0 | 0.000057578574 | |
| 20388392 | 5 months ago | | | 0 | 0.000058652679 | |
| 20388391 | 5 months ago | | | 0 | 0.000061141562 | |
| 20388390 | 5 months ago | | | 0 | 0.000058734255 |
ABI
ABI objects
Getter at block 21382993
_totalSupply() view returns (uint256)
100000000000000000
decimals() view returns (uint8)
8
initialSupply() view returns (uint256)
100000000000000000
name() view returns (string)
EVAI.IO
owner() view returns (address)
0x330f68252614491af5d9a1f13710ed1a4af7d5ff
profit() view returns (uint256)
0
symbol() view returns (string)
EVAI
totalProfit() view returns (uint256)
0
totalSupply() view returns (uint256)
100000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 getBalance)
safeAdd(uint256 a, uint256 b) pure returns (uint256 c)
safeSub(uint256 a, uint256 b) pure returns (uint256 c)
State-modifying
Events approve(address spender, uint256 tokens) returns (bool success)
burn(uint256 tokens) returns (bool success)
buy(address to, uint256 tokens) returns (bool success)
operationProfit(uint256 _profit) returns (bool success)
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Burn(address from, address arg1, uint256 value)
Profit(address from, uint256 profit, uint256 totalProfit)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.