PenguinFarm
Verified contract
Active on
Ethereum with 78 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x05a0…da09
0xff84…382a
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 914.368061 | -- | -- | |
Penguin | ERC-20 | 14.85 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11483389 | 4 years ago | | | 0 | 0.0024404020 | |
| 11328350 | 4 years ago | | | 0 | 0.0015751000 | |
| 11324090 | 4 years ago | | | 0 | 0.0015625040 | |
| 11323861 | 4 years ago | | | 0 | 0.0024357600 | |
| 11323855 | 4 years ago | | | 0 | 0.0022835250 | |
| 11323416 | 4 years ago | | | 0 | 0.0025271630 | |
| 11266523 | 4 years ago | | | 0 | 0.00068139000 | |
| 11266514 | 4 years ago | | | 0 | 0.0011477000 | |
| 11266484 | 4 years ago | | | 0 | 0.0015757000 | |
| 11094787 | 4 years ago | | | 0 | 0.0020667500 |
ABI
ABI objects
Getter at block 21385639
cPenguin() view returns (address)
0xff84179bf75737b9b651d712d6809e44cffb382a
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)
0x1f9840a85d5af5bf1d1762f925bdaddc4201f984
totalSupply() view returns (uint256)
7429747688133457637
totalValue() view returns (uint256)
914368060889409556528
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.