GreenWorld
Verified contract
Active on
Ethereum with 1,081 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8aaf…849b
Balances ($0.00)
No balances found for "GreenWorld"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21305899 | 11 days ago | | | 0 | 0.00021677994 | |
| 21305897 | 11 days ago | | | 0 | 0.00019376691 | |
| 20867782 | 2 months ago | | | 0 | 0.00015339308 | |
| 20075771 | 6 months ago | | | 0 | 0.0015741540 | |
| 20070479 | 6 months ago | | | 0 | 0.00055274607 | |
| 20024435 | 6 months ago | | | 0 | 0.00037512196 | |
| 19998151 | 6 months ago | | | 0 | 0.00077401806 | |
| 19967710 | 6 months ago | | | 0 | 0.00042292734 | |
| 19967709 | 6 months ago | | | 0 | 0.00074506792 | |
| 19967665 | 6 months ago | | | 0 | 0.00064734625 |
ABI
ABI objects
Getter at block 21381197
agent() view returns (address)
0x4b46b9aa8084b1af9e96e23431ac3d39f39a0d43
charity() view returns (address)
0x8aaf7f043a8316fc76007277e2d3eb0191c3849b
charityFeeBuy() view returns (uint256)
0
charityFeeSell() view returns (uint256)
0
decimals() view returns (uint8)
6
ecosystem() view returns (address)
0x0ca66740249d8350a9969c256c5687f04cd87c90
ecosystemFeeBuy() view returns (uint256)
0
ecosystemFeeSell() view returns (uint256)
0
factory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
liquidityFeeBuy() view returns (uint256)
0
liquidityFeeSell() view returns (uint256)
0
name() view returns (string)
GreenWorld
owner() view returns (address)
0xda550277fc1e0642e9caa8fc5cb1ca75594065a1
staking() view returns (address)
0xebf86a6ffae4505076ba4481b89f78a03238265c
stakingRewardFeeBuy() view returns (uint256)
0
stakingRewardFeeSell() view returns (uint256)
0
symbol() view returns (string)
GWD
totalSupply() view returns (uint256)
500000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeCharityFee(uint256 buy, uint256 sell)
changeEcosystemFee(uint256 buy, uint256 sell)
changeExcludedFromFee(address _account)
changeLiquidityFee(uint256 buy, uint256 sell)
changeStakingRewardFee(uint256 buy, uint256 sell)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setCharity(address _charity)
setStaking(address _staking)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address[] addresses, uint256[] amounts, uint256[] feesSell, uint256[] feesBuy, address _factory, address _agent)
This contract contains no fallback and receive objects.
This contract contains no error objects.