PotCoin.com POT
Verified contract
Active on
Ethereum with 666 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
POT | ERC-20 | 7.908727K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21181829 | 4 days ago | | | 0 | 0.0014761086 | |
| 21179594 | 5 days ago | | | 0 | 0.0035099096 | |
| 21159456 | 7 days ago | | | 0 | 0.0012447621 | |
| 21143593 | 10 days ago | | | 0 | 0.00084758389 | |
| 21131294 | 11 days ago | | | 0 | 0.0013169897 | |
| 21130311 | 11 days ago | | | 0 | 0.00063808959 | |
| 21123851 | 12 days ago | | | 0 | 0.00029839211 | |
| 21123770 | 12 days ago | | | 0 | 0.00044834488 | |
| 21123328 | 12 days ago | | | 0 | 0.00037201007 | |
| 21123142 | 12 days ago | | | 0 | 0.00053768405 |
ABI
ABI objects
Getter at block 21212437
ERC712_VERSION() view returns (string)
1
decimals() view returns (uint8)
18
getChainId() pure returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0xb07b0f020ec5304e0872ae4eb9f4ba4d1b47595496104c0d89904fc22cd1ce90
name() view returns (string)
PotCoin.com POT
owner() view returns (address)
0xd9f1ccf57021b5f075d9e951898b40d4861861d3
symbol() view returns (string)
POT
totalSupply() view returns (uint256)
420000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfAt(address account, uint256 snapshotId) view returns (uint256)
getNonce(address user) view returns (uint256 nonce)
totalSupplyAt(uint256 snapshotId) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferAndCall(address _to, uint256 _value, bytes _data) returns (bool success)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Snapshot(uint256 id)
Transfer(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value, bytes data)
constructor(uint256 initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.