Wrapped Equilibria
Verified contract
Active on
Ethereum with 505 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfebd…49dc
Balances ($0.00)
No balances found for "Wrapped Equilibria"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20007620 | 6 months ago | | | 0 | 0.00043601225 | |
| 19500673 | 8 months ago | | | 0 | 0.0012333835 | |
| 14697967 | 3 years ago | | | 0 | 0.0031424818 | |
| 14435964 | 3 years ago | | | 0 | 0.0010050907 | |
| 14346026 | 3 years ago | | | 0 | 0.0012443488 | |
| 14275892 | 3 years ago | | | 0 | 0.0023983130 | |
| 13454861 | 3 years ago | | | 0 | 0.0062585021 | |
| 13445284 | 3 years ago | | | 0 | 0.0045579477 | |
| 13392328 | 3 years ago | | | 0 | 0.0079543034 | |
| 13302752 | 3 years ago | | | 0 | 0.0016769653 |
ABI
ABI objects
Getter at block 21214816
_decimals() view returns (uint8)
18
_name() view returns (string)
Wrapped Equilibria
_symbol() view returns (string)
wXEQ
contractCreator() view returns (address)
0x7fb4ecd5b8e234fa5863bfa2799ea25d8819f42d
decimals() view returns (uint8)
18
masterContract() view returns (address)
0x6a1f1763bc95dc9ea2a0511d789d09bbebc1045a
name() view returns (string)
Wrapped Equilibria
symbol() view returns (string)
wXEQ
totalSupply() view returns (uint256)
14114919176290043611332415
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
newMaster(address addy) view returns (bool)
State-modifying
Events _burn(address account, uint256 amount)
_burnFrom(address account, uint256 amount)
approve(address spender, uint256 value) returns (bool)
checkAccess() returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address d, address _masterContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.