Efinity Token
Verified contract
Proxy
Active on
Ethereum with 84,871 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
Balances ($13,194.74)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
IOTX | ERC-20 | 231.038016K | $0.041297 |
$9,541.21 | |
EFI | ERC-20 | 47.351261K | $0.031037 |
$1,469.63 | |
USDT | ERC-20 | 1.167634K | $1.001 |
$1,168.8 | |
USDC | ERC-20 | 1K | $0.999517 |
$999.52 | |
AUDIO | ERC-20 | 109.852963 | $0.141849 |
$15.58 | |
EFLP | ERC-20 | 400 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245562 | 23 minutes ago | | | 0 | 0.00063932314 | |
| 21244780 | 3 hours ago | | | 0 | 0.00051314526 | |
| 21244255 | 5 hours ago | | | 0 | 0.00070446857 | |
| 21243205 | 8 hours ago | | | 0 | 0.00052290167 | |
| 21242884 | 9 hours ago | | | 0 | 0.00045413531 | |
| 21242860 | 9 hours ago | | | 0 | 0.00068833113 | |
| 21242618 | 10 hours ago | | | 0 | 0.00062314589 | |
| 21242513 | 11 hours ago | | | 0 | 0.00057227882 | |
| 21242405 | 11 hours ago | | | 0 | 0.00043828476 | |
| 21241954 | 12 hours ago | | | 0 | 0.00056404645 |
ABI
ABI objects
Getter at block 21245674
decimals() view returns (uint8)
18
invitedOwner() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
Efinity Token
owner() view returns (address)
0xea8cee53e1fa6f3253505fb6322ff86c1aa28c44
symbol() view returns (string)
EFI
totalSupply() view returns (uint256)
2000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
acceptOwnership()
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(uint256 initialSupply, address _owner)
inviteNewOwner(address _invitedOwner)
revokeInvitation(address _invitedOwner)
safeTransfer(address recipient, uint256 amount) returns (bool)
safeTransfer(address recipient, uint256 amount, bytes data) returns (bool)
safeTransferFrom(address sender, address recipient, uint256 amount) returns (bool)
safeTransferFrom(address sender, address recipient, uint256 amount, bytes data) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
withdrawTokens(address _token, address _to, uint256 _amount) returns (bool)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
InvitationRevoked(address indexed currentOwner, address indexed invitedOwner)
NewOwnerInvited(address indexed currentOwner, address indexed invitedOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.