UnicornContract
Verified contract
Active on
Ethereum with 1,188 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xcbed…e6bc
0xbac5…8647
0xcd3f…cc4b
0xcf00…8488
0x6cbd…3694
Balances ($1,256.25)
Native
Value
$1,256.25
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.352494 | $3,563.88 |
$1,256.25 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6168121 | 6 years ago | | | 0 | 0.000050116000 | |
| 6167953 | 6 years ago | | | 0 | 0.000050116000 | |
| 6167951 | 6 years ago | | | 0 | 0.000050356000 | |
| 6155285 | 6 years ago | | | 0 | 0.000050356000 | |
| 6153558 | 6 years ago | | | 0 | 0.000050712000 | |
| 6146888 | 6 years ago | | | 0 | 0.00070550500 | |
| 6146853 | 6 years ago | | | 0 | 0.00070575500 | |
| 6146773 | 6 years ago | | | 0.0155625 | 0.00079027080 | |
| 6146748 | 6 years ago | | | 0.0155625 | 0.00060129300 | |
| 6145422 | 6 years ago | | | 0 | 0.00036456000 |
ABI
ABI objects
Getter at block 21292373
balances() view returns (address)
0x6cbd7992d39a106a64807125899b2dfc02a43694
blackBox() view returns (address)
0xcbed313fb924589d06a267594722553bc3c7e6bc
breedingDB() view returns (address)
0xcd3fa0487f41cc2fe73d3278f5356ffee0cbcc4b
candyTokenAddress() view returns (address)
0xcd3673af09e76c74d889aabab68ca0645566a3a1
feeTake() view returns (uint256)
5000000000000000
getCreateUnicornPrice() view returns (uint256)
86750000000000000
getCreateUnicornPriceInCandy() view returns (uint256)
50000000000000000000
getEtherFeeForPriceInCandy() view returns (uint256)
3000000000000000
isGamePaused() view returns (bool)
true
megaCandyToken() view returns (address)
0xbac5d2c1f334e95eb6c609e059746b5eb4218647
selfHybridizationPrice() view returns (uint256)
0
sellDividendPercentCandy() view returns (uint256)
375
sellDividendPercentEth() view returns (uint256)
375
unicornManagement() view returns (address)
0x10cc060f6f9b2e5dcdb23f1361e4b368a7daec73
unicornToken() view returns (address)
0xcf0010af06edff540af798d06e866d95cbdc8488
Read-only
getHybridizationPrice(uint256 _unicornId) view returns (uint256)
getOfferPriceCandy(uint256 _unicornId) view returns (uint256)
getOfferPriceEth(uint256 _unicornId) view returns (uint256)
getUnfreezingPrice(uint256 _unicornId) view returns (uint256)
isUnfreezed(uint256 _unicornId) view returns (bool)
orderFills(address, bytes32) view returns (uint256)
tokensWithoutFee(address) view returns (bool)
State-modifying
Events acceptHybridization(uint256 _firstUnicornId, uint256 _secondUnicornId) payable
buyUnicornWithCandy(uint256 _unicornId)
buyUnicornWithEth(uint256 _unicornId) payable
cancelHybridization(uint256 _unicornId)
changeFeeTake(uint256 feeTake_)
createPresaleUnicorns(uint256 _count, address _owner) payable returns (bool)
createUnicorn() payable returns (uint256)
createUnicornForCandy() payable returns (uint256)
deleteHybridization(uint256 _unicornId)
deleteOffer(uint256 _unicornId)
enableFreezePriceRateRecalc(uint256 _unicornId)
init()
makeHybridization(uint256 _unicornId, uint256 _price)
minusFreezingTime(uint256 _unicornId, uint256 _count)
revokeUnicorn(uint256 _unicornId)
selfHybridization(uint256 _firstUnicornId, uint256 _secondUnicornId) payable
sellUnicorn(uint256 _unicornId, uint256 _priceEth, uint256 _priceCandy)
setGen0Limit()
setSelfHybridizationPrice(uint256 _percentCandy)
setSellDividendPercent(uint256 _percentCandy, uint256 _percentEth)
setTokenWithoutFee(address _token, bool _takeFee)
trade(address tokenGet, uint256 amountGet, address tokenGive, uint256 amountGive, uint256 expires, uint256 nonce, address user, uint8 v, bytes32 r, bytes32 s, uint256 amount)
transferEthersToDividendManager(uint256 _value)
transferTokensToDividendManager(address _token)
CreateUnicorn(address indexed owner, uint256 indexed unicornId, uint256 parent1, uint256 parent2)
FreeHybridization(uint256 indexed unicornId)
FreeOffer(uint256 indexed unicornId)
FundsTransferred(address dividendManager, uint256 value)
HybridizationAccept(uint256 indexed firstUnicornId, uint256 indexed secondUnicornId, uint256 newUnicornId, uint256 price)
HybridizationAdd(uint256 indexed unicornId, uint256 price)
HybridizationDelete(uint256 indexed unicornId)
MinusFreezingTime(uint256 indexed unicornId, uint256 count)
NewGen0Limit(uint256 limit)
NewGen0Step(uint256 step)
NewSelfHybridizationPrice(uint256 percentCandy)
NewSellDividendPercent(uint256 percentCandy, uint256 percentCandyEth)
OfferAdd(uint256 indexed unicornId, uint256 priceEth, uint256 priceCandy)
OfferDelete(uint256 indexed unicornId)
SelfHybridization(uint256 indexed firstUnicornId, uint256 indexed secondUnicornId, uint256 newUnicornId, uint256 price)
Trade(bytes32 indexed hash, address tokenGet, uint256 amountGet, address tokenGive, uint256 amountGive, address get, address give)
UnicornFreezingTimeSet(uint256 indexed unicornId, uint256 time)
UnicornSold(uint256 indexed unicornId, uint256 priceEth, uint256 priceCandy)
constructor(address _breedingDB, address _balances, address _unicornManagementAddress)
fallback()
This contract contains no error objects.