Equilibrium
Verified contract
Active on
Ethereum with 372 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 |
---|---|---|---|---|---|
EQUIL | ERC-20 | 23.392593K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21026132 | 19 days ago | | | 0 | 0.00014221602 | |
| 20870683 | a month ago | | | 0 | 0.00052462150 | |
| 20862268 | a month ago | | | 0 | 0.00032089703 | |
| 20862259 | a month ago | | | 0 | 0.00027373344 | |
| 20862253 | a month ago | | | 0 | 0.00026733474 | |
| 20862248 | a month ago | | | 0 | 0.00039888025 | |
| 20853895 | a month ago | | | 0 | 0.00033900801 | |
| 20853623 | a month ago | | | 0 | 0.00025057530 | |
| 20811378 | 2 months ago | | | 0 | 0.00096279135 | |
| 20810189 | 2 months ago | | | 0 | 0.00036890748 |
ABI
ABI objects
Getter at block 21160209
_finalBuyTax() view returns (uint256)
0
_finalSellTax() view returns (uint256)
3
decimals() view returns (uint8)
18
name() view returns (string)
Equilibrium
owner() view returns (address)
0x913981d772ab80fb1af94e64e5cd9353b6a403eb
pair() view returns (address)
0x4cd0b629512b92720cedcebd58cd21d15f21d354
symbol() view returns (string)
EQUIL
totalSupply() view returns (uint256)
5613000000000000000000000000
tradingOpen() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
fownSellFee(uint256 newTax)
initializePair() returns (address)
openTrading()
removeLimits()
renounceOwnership()
rescueETH(uint256 amount)
rescueTokens(address token, uint256 amount)
sendRewardsToStaking(uint256 amount, address staking)
setIsInitialized(bool _initialized)
setPair(address _pair)
setSwapThreshold(uint256 newTax)
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(address initialOwner)
receive()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)