EOS INFINITY
Verified contract
Active on
Ethereum with 3,990 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 |
---|---|---|---|---|---|
EOI | ERC-20 | 30 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20452850 | 3 months ago | | | 0 | 0.000050043000 | |
| 15291881 | 2 years ago | | | 0 | 0.00012823519 | |
| 10384355 | 4 years ago | | | 0 | 0.0010754920 | |
| 10383821 | 4 years ago | | | 0 | 0.0015788470 | |
| 10370644 | 4 years ago | | | 0 | 0.0011832900 | |
| 10368078 | 4 years ago | | | 0 | 0.0017354920 | |
| 10367733 | 4 years ago | | | 0 | 0.0016566060 | |
| 10367676 | 4 years ago | | | 0 | 0.0025043780 | |
| 8078016 | 5 years ago | | | 0 | 0.00022991000 | |
| 8077960 | 5 years ago | | | 0 | 0.00023055000 |
ABI
ABI objects
Getter at block 21166707
decimals() view returns (uint8)
18
name() view returns (string)
EOS INFINITY
owner() view returns (address)
0x1c832d9cbac77a54a33558bf1c6ac3a494d450f0
someValue() view returns (string)
symbol() view returns (string)
EOI
totalSupply() view returns (uint256)
30000000000000000000000000
Read-only
_assert(bool assertion) pure
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
safeAdd(uint256 a, uint256 b) pure returns (uint256)
safeDiv(uint256 a, uint256 b) pure returns (uint256)
safeMul(uint256 a, uint256 b) pure returns (uint256)
safeSub(uint256 a, uint256 b) pure returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
destroyContract()
freezeAccount(address target, bool freeze)
mine(address target, uint256 amount)
setSomeValue(string value)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnerShip(address newOwer)
AddSupply(uint256 amount)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address target, uint256 amount)
FrozenFunds(address target, bool frozen)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(string _name)
This contract contains no fallback and receive objects.
This contract contains no error objects.