SimpleBreeding
Verified contract
Active on
Ethereum with 2,830 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb169…7d8c
0xc7af…7f26
Balances ($234.12)
Native
Value
$234.12
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.059758 | $3,917.72 |
$234.12 | |
uxtw.com$0.02回购 | ERC-20 | 16.888K | -- | -- | |
CK | ERC-20 | 1.851K | -- | -- | |
ERC20 | ERC-20 | 0.99 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15361093 | 2 years ago | | | 0 | 0.0029690573 | |
| 15066594 | 2 years ago | | | 0 | 0.00019495840 | |
| 15066594 | 2 years ago | | | 0 | 0.00019495840 | |
| 13676380 | 3 years ago | | | 0 | 0.0076205850 | |
| 13676380 | 3 years ago | | | 0 | 0.0076205850 | |
| 13676377 | 3 years ago | | | 0 | 0.0076205850 | |
| 12894012 | 3 years ago | | | 0 | 0.0018996711 | |
| 12808959 | 3 years ago | | | 0 | 0.00051765510 | |
| 12804410 | 3 years ago | | | 0 | 0.00063365860 | |
| 12804410 | 3 years ago | | | 0 | 0.00041615410 |
ABI
ABI objects
Getter at block 21395033
breeder() view returns (address)
0xceb75f037bc6171866f17be32bac080c0954bd5e
breederReward() view returns (uint256)
1000000000000000
kittyCore() view returns (address)
0x06012c8cf97bead5deae237070f9587f8e7a266d
maxBreedingFee() view returns (uint256)
8000000000000000
originalBreederReward() view returns (uint256)
1000000000000000
owner() view returns (address)
0x7891f796a5d43466fc29f102069092aef497a290
paused() view returns (bool)
false
saleAuction() view returns (address)
0xb1690c08e213a35ed9bab7b318de14420fb57d8c
siringAuction() view returns (address)
0xc7af99fe5513eb6710e6d5f44f9989da40f27f26
Read-only
operators(address) view returns (bool)
State-modifying
Events addOperator(address _operator)
approveKitty(address _to, uint256 _kittyId)
breed(uint256 _matronId, uint256 _sireId)
cancelSaleAuction(uint256 _kittyId)
cancelSiringAuction(uint256 _kittyId)
createSaleAuction(uint256 _kittyId, uint256 _startingPrice, uint256 _endingPrice, uint256 _duration)
createSiringAuction(uint256 _kittyId, uint256 _startingPrice, uint256 _endingPrice, uint256 _duration)
destroy()
destroyAndSend(address _recipient)
pause()
removeOperator(address _operator)
setBreederReward(uint256 _breederReward)
setMaxBreedingFee(uint256 _maxBreedingFee)
transferKitty(address _to, uint256 _kittyId)
transferKittyBulk(address _to, uint256[] _kittyIds)
transferKittyFrom(address _from, address _to, uint256 _kittyId)
transferOwnership(address _newOwner)
unpause()
withdraw(uint256 amount)
Breed(address breeder, uint256 matronId, uint256 sireId, uint256 reward)
BreederRewardChange(uint256 oldBreederReward, uint256 newBreederReward)
MaxBreedingFeeChange(uint256 oldBreedingFee, uint256 newBreedingFee)
OperatorAdded(address indexed operator)
OperatorRemoved(address indexed operator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Unpause()
constructor(address _owner, address _breeder, address _kittyCoreAddress, uint256 _breederReward)
fallback()
This contract contains no error objects.