PLOW Token
Verified contract
Active on
Ethereum with 317 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PLOW | ERC-20 | 5.107309K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18899428 | 10 months ago | | | 0 | 0.0036515854 | |
| 18899377 | 10 months ago | | | 0 | 0.0023856811 | |
| 17683159 | a year ago | | | 0 | 0.00067290769 | |
| 17678196 | a year ago | | | 0 | 0.0016382988 | |
| 17582319 | a year ago | | | 0 | 0.00052336683 | |
| 17559223 | a year ago | | | 0 | 0.00047657600 | |
| 17554130 | a year ago | | | 0 | 0.00047657600 | |
| 17554130 | a year ago | | | 0 | 0.00047657600 | |
| 17554130 | a year ago | | | 0 | 0.00047619200 | |
| 17551461 | a year ago | | | 0 | 0.00047619200 |
ABI
ABI objects
Getter at block 21184255
HARD_CAP() view returns (uint256)
2500000000000000000000000
cap() view returns (uint256)
2500000000000000000000000
decimals() view returns (uint8)
18
governance() view returns (address)
0x8c6c6bf10b81b0144d4902ffca1802bda82d9c54
name() view returns (string)
PLOW Token
store() view returns (address)
0xee4ceff007c1a617c285ecdf3361d1d971714f62
symbol() view returns (string)
PLOW
totalSupply() view returns (uint256)
197668719075687230155947
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address _minter)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
renounceMinter()
setStorage(address _store)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.