ElHippo
Verified contract
Active on
Ethereum with 11,242 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HIPP | ERC-20 | 44.500126B | -- | -- | |
GAINE | ERC-20 | 741.061467B | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244452 | 6 minutes ago | | | 0 | 0.00069873890 | |
| 21244109 | an hour ago | | | 0 | 0.00083051301 | |
| 21244044 | an hour ago | | | 0 | 0.00064674410 | |
| 21243999 | 2 hours ago | | | 0 | 0.00054732086 | |
| 21243343 | 4 hours ago | | | 0 | 0.00057113252 | |
| 21243326 | 4 hours ago | | | 0 | 0.00073157604 | |
| 21243284 | 4 hours ago | | | 0 | 0.00047825788 | |
| 21243022 | 5 hours ago | | | 0 | 0.00054193920 | |
| 21243014 | 5 hours ago | | | 0 | 0.00039311430 | |
| 21242742 | 6 hours ago | | | 0 | 0.00062866806 |
ABI
ABI objects
Getter at block 21244482
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x82b5207a909ab9359f26c2729d2d43eeee464b1d5feed9f4e520ebe75bfa8dc8
SNAPSHOT_ROLE() view returns (bytes32)
0x5fdbd35e8da83ee755d5e62a539e5ed7f47126abede0b8b10f9ea43dc6eed07f
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=El Hippo, version=1, chainId=1, verifyingContract=0x7b744eea1deca2f1b7b31f15ba036fa1759452d7, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
El Hippo
symbol() view returns (string)
HIPP
totalSupply() view returns (uint256)
777000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfAt(address account, uint256 snapshotId) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
nonces(address owner) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupplyAt(uint256 snapshotId) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
snapshot()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Snapshot(uint256 id)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
InvalidShortString()
StringTooLong(string str)