HEXSHRIMP
Verified contract
Active on
Ethereum with 3,559 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.11)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HEX | ERC-20 | 632.365674 | $0.004918 |
$3.11 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13401393 | 3 years ago | | | 0 | 0.014931156 | |
| 13394391 | 3 years ago | | | 0 | 0.0091475948 | |
| 11417511 | 4 years ago | | | 0 | 0.0091035932 | |
| 11408112 | 4 years ago | | | 0 | 0.0016178375 | |
| 11398472 | 4 years ago | | | 0 | 0.0011963866 | |
| 11398440 | 4 years ago | | | 0 | 0.0032292014 | |
| 11398397 | 4 years ago | | | 0 | 0.0032658272 | |
| 11396832 | 4 years ago | | | 0 | 0.0028013116 | |
| 11396183 | 4 years ago | | | 0 | 0.0014773723 | |
| 11394655 | 4 years ago | | | 0 | 0.0014070212 |
ABI
ABI objects
Getter at block 21332207
EGGS_TO_HATCH_1SHRIMP() view returns (uint256)
86400
contractCreator() view returns (address)
0xaebbd80fd7dae979d965a3a5b09bbcd23eb40e5f
decimals() view returns (uint8)
0
extendedContract() view returns (address)
0x0000000000000000000000000000000000000000
extendedContractSetAt() view returns (uint256)
0
extendedContractTimeToGoLive() view returns (uint256)
86400
feeshare2() view returns (address)
0x3df3766e64c2c85ce1baa858d2a14f96916d5087
feeshare3() view returns (address)
0xe7f53ce9421670ac2f11c5035e6f6f13d9829aa6
feeshare4() view returns (address)
0x776aa49b2910b5062b1c230039507d6cfa754b0e
feeshare5() view returns (address)
0x8cc62c4dcf129188ce4b43103eaefc0d6b71af6d
getBalance() view returns (uint256)
63236567443
getExtendedContract() view returns (address)
0x0000000000000000000000000000000000000000
getMyEggs() view returns (uint256)
0
getMyShrimp() view returns (uint256)
0
hexToken() view returns (address)
0x2b591e99afe9f32eaa6214f7b7629768c40eeb39
initialized() view returns (bool)
true
marketEggs() view returns (uint256)
20476950676238191416277780
name() view returns (string)
HEXSHRIMP
symbol() view returns (string)
HEXSHRIMP
totalSupply() view returns (uint256)
0
Read-only
addressByRefName(bytes32) view returns (address)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calculateEggBuy(uint256 eth, uint256 contractBalance) view returns (uint256)
calculateEggBuySimple(uint256 eth) view returns (uint256)
calculateEggSell(uint256 eggs) view returns (uint256)
calculateTrade(uint256 rt, uint256 rs, uint256 bs) view returns (uint256)
claimedEggs(address) view returns (uint256)
devFee(uint256 amount) pure returns (uint256)
eggsFromReferral(address) view returns (uint256)
getEggsSinceLastHatch(address adr) view returns (uint256)
getExtendedFee(uint256 hexAmount) pure returns (uint256)
hatcheryShrimp(address) view returns (uint256)
lastHatch(address) view returns (uint256)
refName(address) view returns (bytes32)
referralCount(address) view returns (uint256)
referrals(address) view returns (address)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
buyEggs(uint256 hexIn1)
hatchEggs(address ref)
seedMarket(uint256 eggs, uint256 hexIn)
sellEggs()
setExtendedShrimp(address extended)
setRefName(bytes32 s)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Buy(address from, uint256 hexSpent, uint256 eggsBought)
Hatch(address from, uint256 newShrimp)
Referral(address from, address to, uint256 eggsSent)
Sell(address from, uint256 eggsSold, uint256 hexWithdrawn)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address token, address fs2, address fs3, address fs4, address fs5)
This contract contains no fallback and receive objects.
This contract contains no error objects.