PlantBaseSwap Token
Verified contract
Active on
Base with 537 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 "PlantBaseSwap Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21548755 | a month ago | | | 0 | 2.6833140e-7 | |
| 21031955 | 2 months ago | | | 0 | 2.7608168e-7 | |
| 19727684 | 3 months ago | | | 0 | 3.7227960e-7 | |
| 19727679 | 3 months ago | | | 0 | 3.7227960e-7 | |
| 19727674 | 3 months ago | | | 0 | 3.7469700e-7 | |
| 19657766 | 3 months ago | | | 0 | 1.1603520e-7 | |
| 15353174 | 6 months ago | | | 0 | 1.8583200e-7 | |
| 15353076 | 6 months ago | | | 0 | 1.8583200e-7 | |
| 13769708 | 7 months ago | | | 0 | 0.0000027038556 | |
| 13608116 | 7 months ago | | | 0 | 0.000013008240 |
ABI
ABI objects
Getter at block 23110484
decimals() view returns (uint8)
18
maxSupply() view returns (uint256)
50000000000000000000000000
name() view returns (string)
PlantBaseSwap Token
owner() view returns (address)
0xecbb9e8fc8caa4f01c7a44d4c8947143a470c352
symbol() view returns (string)
PLANT
totalSupply() view returns (uint256)
9755994909090909090902225
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
renounceOwnership()
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.