Breeder
Verified contract
Active on
Ethereum with 7,049 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SEED | ERC-20 | 22.424054 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21149786 | 17 days ago | | | 0 | 0.00073415985 | |
| 20971369 | a month ago | | | 0 | 0.0043904867 | |
| 20921168 | 2 months ago | | | 0 | 0.0030011431 | |
| 20791173 | 2 months ago | | | 0 | 0.00076647327 | |
| 20612493 | 3 months ago | | | 0 | 0.00013811165 | |
| 20586942 | 3 months ago | | | 0 | 0.000098956379 | |
| 20515056 | 3 months ago | | | 0 | 0.00070722214 | |
| 20473324 | 4 months ago | | | 0 | 0.00028737655 | |
| 20440828 | 4 months ago | | | 0 | 0.00024524057 | |
| 20417250 | 4 months ago | | | 0 | 0.00015356677 |
ABI
ABI objects
Getter at block 21274481
BIO_COST() view returns (uint256)
100000000000000000000
BREEDING_COST() view returns (uint256)
600000000000000000000
NAME_COST() view returns (uint256)
300000000000000000000
SEED_AMOUNT() view returns (uint256)
48654500000000000000000000
SEED_PER_DAY() view returns (uint256)
10000000000000000000
baby() view returns (address)
0x7ed2ddad638ec29d71868b1e967fc8b53573ef62
breedStart() view returns (uint256)
1642272801
genesis() view returns (address)
0x6bab62a185980f96bbf83b0b80013962c3b2772d
maxBreedableBaby() view returns (uint256)
5000
owner() view returns (address)
0x3a758ac55197986ceb2b12338b2aad4c252dac31
seed() view returns (address)
0x72be818236864c3f76bddb005ef51c72246045c7
totalSeedClaimed() view returns (uint256)
3976069589120344923525000
Read-only
allPendingRewards(address _user) view returns (uint256)
bio(uint256) view returns (string)
name(uint256) view returns (string)
pendingRewards(uint256 _tokenId) view returns (uint256)
seedClaimed(uint256) view returns (uint256)
State-modifying
Events breed(uint256 _numberOfTokens)
claim(uint256 _tokenId)
claimAll()
renounceOwnership()
setBio(uint256 _tokenId, string _text)
setMaxBreedable(uint256 _newLimit)
setName(uint256 _tokenId, string _text)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SeedClaimed(address indexed user, uint256 indexed tokenId, uint256 amount)
constructor(address _seed, address _genesis, address _baby)
This contract contains no fallback and receive objects.
This contract contains no error objects.