Weed Token
Verified contract
Active on
Ethereum with 35 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Weed Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21333514 | 10 days ago | | | 0 | 0.0018184173 | |
| 21325109 | 12 days ago | | | 0 | 0.0018404382 | |
| 17774183 | a year ago | | | 0 | 0.0013074964 | |
| 17408833 | 2 years ago | | | 0 | 0.0014043183 | |
| 17371221 | 2 years ago | | | 0 | 0.0020165246 | |
| 16781447 | 2 years ago | | | 0 | 0.0016263521 | |
| 16759198 | 2 years ago | | | 0 | 0.0016426586 | |
| 16750325 | 2 years ago | | | 0 | 0.0021397403 | |
| 16749740 | 2 years ago | | | 0 | 0.0026079900 | |
| 16741773 | 2 years ago | | | 0 | 0.0015839252 |
ABI
ABI objects
Getter at block 21408563
_maxTxAmount() view returns (uint256)
500000000000000000000000000
decimals() view returns (uint8)
9
name() view returns (string)
Weed Token
owner() view returns (address)
0x604fffe2ba2e6e98a0c3b5744dcc1c8d4f173b3e
symbol() view returns (string)
WEED
totalFees() view returns (uint256)
9668397398652905446320252
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcluded(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeAccount(address account)
includeAccount(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
reflect(uint256 tAmount)
renounceOwnership()
setMaxTxPercent(uint256 maxTxPercent)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, 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()
This contract contains no fallback and receive objects.
This contract contains no error objects.