GardenContractV1
Verified contract
Active on
Ethereum with 2,271 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 11 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
sTLP | ERC-20 | 177 | -- | -- | |
rTLP | ERC-20 | 13 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11932400 | 4 years ago | | | 0 | 0.0094639710 | |
| 11799527 | 4 years ago | | | 0 | 0.017403540 | |
| 11726833 | 4 years ago | | | 0 | 0.0060156600 | |
| 11685140 | 4 years ago | | | 0 | 0.0031077750 | |
| 11685126 | 4 years ago | | | 0 | 0.0023662650 | |
| 11667668 | 4 years ago | | | 0 | 0.0048378135 | |
| 11644532 | 4 years ago | | | 0 | 0.0023167051 | |
| 11641402 | 4 years ago | | | 0 | 0.0047660500 | |
| 11611786 | 4 years ago | | | 0 | 0.0038172780 | |
| 11611764 | 4 years ago | | | 0 | 0.0063621300 |
ABI
ABI objects
Getter at block 21261790
isOwner() view returns (bool)
false
owner() view returns (address)
0x0d6c5653248573af04746254f5e77872e17cadd8
Read-only
balanceOf(address account, string name) view returns (uint256)
durationRemaining(address account, string name) view returns (uint256)
externalBalanceOf(address account, address extToken) view returns (uint256)
externalDurationRemaining(address account, address extToken) view returns (uint256)
totalExternalSupply(address extToken) view returns (uint256)
totalSupply(string name) view returns (uint256)
State-modifying
Events addExternalToken(address _tokenAddress, uint256 _duration, uint256 _multiplier, string _multiplierType)
addTokenOwner(address _token, address _newOwner)
changeExternalTokenDuration(address _tokenAddress, uint256 _newDuration)
changeExternalTokenMultiplier(address _tokenAddress, uint256 _newMultiplier, string _multType)
changeOwner(address _newOwner)
externalHarvest(address tokenAddress)
externalPlant(uint256 amount, address tokenAddress)
externalWithdraw(address tokenAddress)
harvest(string name)
plant(uint256 amount, string name)
renounceOwnership()
renounceTokenOwner(address _token)
transferOwnership(address newOwner)
withdraw(string name)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _seedToken, address _basicTulipToken, address _advTulipToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.