CryptoRabbits
Verified contract
Active on
Ethereum with 20 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 "CryptoRabbits"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6571534 | 6 years ago | | | 0 | 0.00050166900 | |
| 6540562 | 6 years ago | | | 0 | 0.00021500100 | |
| 6539922 | 6 years ago | | | 0 | 0.00028666800 | |
| 6534517 | 6 years ago | | | 0 | 0.000073392000 | |
| 6534344 | 6 years ago | | | 0 | 0.000047854000 | |
| 6534096 | 6 years ago | | | 0 | 0.00014333400 | |
| 6527453 | 6 years ago | | | 0 | 0.00021500100 | |
| 6527366 | 6 years ago | | | 0 | 0.00021500100 | |
| 6527103 | 6 years ago | | | 0 | 0.000095708000 | |
| 6527096 | 6 years ago | | | 0 | 0.000071781000 |
ABI
ABI objects
Getter at block 21405294 getAddressAdmixture() view returns (address) getOwnerCEO() view returns (address) getOwnerMoney() view returns (address) getPrivAddress() view returns (address)
countAddress() view returns (uint256)
11
isPauseSave() view returns (bool)
true
isPromoPause() view returns (bool)
true
isUIntPublic() view returns (bool)
true
name() view returns (string)
CryptoRabbits
promoPause() view returns (bool)
false
symbol() view returns (string)
CRB
tokenBunnyTotal() view returns (uint256)
0
totalBunny() view returns (uint256)
1443
totalSupply() view returns (uint256 total)
1443
Read-only
allowedChangeSex(uint32) view returns (bool)
balanceOf(address _owner) view returns (uint256)
getAllowedChangeSex(uint32 _bunny) view returns (bool)
getBirthCount(uint32 _bunny) view returns (uint256)
getBirthLastTime(uint32 _bunny) view returns (uint256)
getBirthblock(uint32 _bunny) view returns (uint256)
getBunnyInfo(uint32 _bunny) view returns (uint32 mother, uint32 sire, uint256 birthblock, uint256 birthCount, uint256 birthLastTime, bool role, uint256 genome, bool interbreed, uint256 leftTime, uint256 lastTime, uint256 price, uint256 motherSumm)
getDNK(uint32 bunnyid) view returns (uint256)
getGenome(uint32 _bunny) view returns (uint256)
getGiffBlock(uint32 _bunny) view returns (bool)
getInWhitelist(address addr) view returns (bool)
getMotherCount(uint32 _mother) view returns (uint256)
getOwnerGennezise(address _to) view returns (bool)
getParent(uint32 _bunny) view returns (uint32 mother, uint32 sire)
getRabbitMother(uint32 mother) view returns (uint32[5])
getRabbitMotherSumm(uint32 mother) view returns (uint256 count)
getRabbitSirePrice(uint32 _bunny) view returns (uint256)
getSex(uint32 _bunny) view returns (bool)
getTokenBunny(uint32 _bunny) view returns (uint32 mother, uint32 sire, uint256 birthblock, uint256 birthCount, uint256 birthLastTime, uint256 genome)
getTokenOwner(address owner) view returns (uint256 total, uint32[] list)
getTotalSalaryBunny(uint32 _bunny) view returns (uint256)
getWhitelistCheck(uint256 key) view returns (address)
motherCount(uint32) view returns (uint256)
ownerBunnies(address, uint256) view returns (uint32)
ownerOf(uint32 _tokenId) view returns (address owner)
rabbitMother(uint32, uint256) view returns (uint32)
rabbitSirePrice(uint32) view returns (uint256)
rabbitToOwner(uint32) view returns (address)
totalSalaryBunny(uint32) view returns (uint256)
whitelist(address) view returns (bool)
State-modifying
Events addAddressToWhitelist(address addr) returns (bool success)
addAddressesToWhitelist(address[] addrs) returns (bool success)
approve(address _to, uint32 _tokenId) returns (bool)
relocateToken(uint32 id, uint32 mother, uint32 sire, uint256 birthblock, uint256 birthCount, uint256 birthLastTime, uint256 genome, address _owner, uint256 DNK)
removeAddressFromWhitelist(address addr) returns (bool success)
removeAddressesFromWhitelist(address[] addrs) returns (bool success)
setAllowedChangeSex(uint32 _bunny, bool canBunny)
setBirthCount(uint32 _bunny, uint256 birthCount)
setBirthLastTime(uint32 _bunny, uint256 birthLastTime)
setBirthblock(uint32 _bunny, uint256 birthblock)
setDNK(uint32 _bunny, uint256 dnk)
setGenome(uint32 _bunny, uint256 genome)
setGiffBlock(uint32 _bunny, bool blocked)
setMotherCount(uint32 _bunny, uint256 count)
setOwnerGennezise(address _to, bool canYou)
setParent(uint32 _bunny, uint32 mother, uint32 sire)
setPauseSave() returns (bool)
setPromoPause()
setRabbitMother(uint32 children, uint32[5] _m)
setRabbitSirePrice(uint32 _bunny, uint256 count)
setTokenBunny(uint32 mother, uint32 sire, uint256 birthblock, uint256 birthCount, uint256 birthLastTime, uint256 genome, address _owner, uint256 DNK) returns (uint32)
setTotalBunny_id(uint256 _totalBunny)
setTotalSalaryBunny(uint32 _bunny, uint256 count)
transfer(address _to, uint32 _tokenId)
transferFrom(address _from, address _to, uint32 _tokenId) returns (bool)
transferOwnerMoney(address _ownerMoney)
transferOwnership(address add)
Approval(address owner, address approved, uint32 tokenId)
BunnyDescription(uint32 bunnyId, string name)
CoolduwnMother(uint32 bunnyId, uint256 num)
CreateChildren(uint32 matron, uint32 sire, uint32 child)
EmotherCount(uint32 mother, uint256 summ)
NewBunny(uint32 bunnyId, uint256 dnk, uint256 blocknumber, uint256 breed)
Referral(address from, uint32 matronID, uint32 childID, uint256 currentTime)
SalaryBunny(uint32 bunnyId, uint256 cost)
Transfer(address from, address to, uint32 tokenId)
WhitelistedAddressAdded(address addr)
WhitelistedAddressRemoved(address addr)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.