EquivalenceProtocol
Verified contract
Active on
Ethereum with 199 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "EquivalenceProtocol"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19853396 | 6 months ago | | | 0 | 0.00018923011 | |
| 18583298 | a year ago | | | 0 | 0.00088449876 | |
| 18560987 | a year ago | | | 0 | 0.00057706000 | |
| 18560987 | a year ago | | | 0 | 0.00047920000 | |
| 18554715 | a year ago | | | 0 | 0.00093174000 | |
| 18380230 | a year ago | | | 0 | 0.00035161611 | |
| 18183201 | a year ago | | | 0 | 0.00050168182 | |
| 17773544 | a year ago | | | 0 | 0.0014562568 | |
| 17758411 | a year ago | | | 0 | 0.00092537312 | |
| 17533890 | a year ago | | | 0 | 0.00084878750 |
ABI
ABI objects
Getter at block 21229586 getEQTprice() view returns (uint256)
EQToracle() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
18
mintMode() view returns (uint256)
3
name() view returns (string)
Equivalence Token
owner() view returns (address)
0x0e43021c84a30aa21ea69ee523167f9515be771b
symbol() view returns (string)
EQT
totalSupply() view returns (uint256)
81796666417431090640621297
whitelistUsageCounter() view returns (uint256)
3
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
whitelist(address) view returns (bool)
State-modifying
Events addToWhitelist(address _address)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
externalBurn(address _addr, uint256 amount)
externalMint(address _addr, uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint() payable
pauseRewards()
registerForRewards()
removeFromWhitelist(address _address)
renounceOwnership(bool confirm)
setMintMode(uint256 _mintMode)
setOracleAddress(address _addr)
transfer(address to, uint256 amount) returns (bool)
transferExactAmount(address from, address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateRewardsManually()
withdraw()
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()
This contract contains no fallback and receive objects.
Already_registered()
Incorrect_amount_of_ETH()
Insufficient_balance()
Ivalid_timestamp()
Minting_above_intended_supply()
Minting_above_maximal_supply()
Minting_paused()
Not_registered()
Not_whitelisted()
Supply_above_intended()
Zero_amount()