PenguinFarm
Verified contract
Active on
Ethereum with 18 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x05a0…da09
0xc870…efdb
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 53.667296 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11470578 | 4 years ago | | | 0 | 0.0045412440 | |
| 11470569 | 4 years ago | | | 0 | 0.0075170260 | |
| 11330676 | 4 years ago | | | 0 | 0.0028764588 | |
| 11328076 | 4 years ago | | | 0 | 0.0022027580 | |
| 11323447 | 4 years ago | | | 0 | 0.0025719764 | |
| 11208622 | 4 years ago | | | 0 | 0.0022966260 | |
| 11208614 | 4 years ago | | | 0 | 0.0021385620 | |
| 11207016 | 4 years ago | | | 0 | 0.0016687000 | |
| 11091154 | 4 years ago | | | 0 | 0.0014883500 | |
| 11088698 | 4 years ago | | | 0 | 0.0073822160 |
ABI
ABI objects
Getter at block 21230315
cPenguin() view returns (address)
0xc870847a71c65ab883cf0d4a4ea6a73a1ca5efdb
owner() view returns (address)
0x8fac8a268fa4bd585961d7514bc6c3cad91a354e
penguin() view returns (address)
0x05a0d55bbb2c047a3624af4db6d3a3ce2ea7da09
spawnRate() view returns (uint256)
10000000000000000
timeLock() view returns (uint256)
1
today() view returns (uint256)
18553
token() view returns (address)
0x0e29e5abbb5fd88e28b2d355774e73bd47de3bcd
totalSupply() view returns (uint256)
31459065778575504530
totalValue() view returns (uint256)
53667295596049504452
withdrawRate() view returns (uint256)
1000000000000000000
Read-only
balanceOf(address account) view returns (uint256)
depositTimeStamp(address) view returns (uint256)
State-modifying
Events breed()
deposit(uint256 amount) returns (uint256 share)
rescueToken(address _token, uint256 _amount)
setParams(uint256 _spawnRate, uint256 _withdrawRate, uint256 _timeLock)
transferOwnership(address newOwner)
withdraw(address to, uint256 share) returns (uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(uint256 _spawnRate, uint256 _withdrawRate, uint256 _timeLock, address _Penguin, address _cPenguin, address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.