Prosh Gold Coins
Verified contract
Active on
Ethereum with 116 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 "Prosh Gold Coins"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13268997 | 3 years ago | | | 0 | 0.0031984176 | |
| 8275482 | 5 years ago | | | 0 | 0.0015366390 | |
| 8263163 | 5 years ago | | | 0 | 0.00092163900 | |
| 8263125 | 5 years ago | | | 0 | 0.0015340150 | |
| 8263111 | 5 years ago | | | 0 | 0.0021463910 | |
| 8243578 | 5 years ago | | | 0 | 0.0021463910 | |
| 8073354 | 5 years ago | | | 0 | 0.0015313910 | |
| 8073275 | 5 years ago | | | 0 | 0.0015340150 | |
| 8072812 | 5 years ago | | | 0 | 0.0021463910 | |
| 7731355 | 6 years ago | | | 0 | 0.0015313910 |
ABI
ABI objects
Getter at block 21170278
builtOn() view returns (string)
https://vittominacori.github.io/erc20-generator
cap() view returns (uint256)
13000000000000000
decimals() view returns (uint8)
8
isOwner() view returns (bool)
false
name() view returns (string)
Prosh Gold Coins
owner() view returns (address)
0x03cbee4eecbd6da17365933307388148881f2e5e
symbol() view returns (string)
PGCS
totalSupply() view returns (uint256)
13000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isMinter(address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 value) returns (bool)
approveAndCall(address spender, uint256 value) returns (bool)
approveAndCall(address spender, uint256 value, bytes data) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 value) returns (bool)
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounceMinter()
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferAndCall(address to, uint256 value) returns (bool)
transferAndCall(address to, uint256 value, bytes data) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferFromAndCall(address from, address to, uint256 value) returns (bool)
transferFromAndCall(address from, address to, uint256 value, bytes data) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint8 decimals, uint256 cap, uint256 initialBalance)
This contract contains no fallback and receive objects.
This contract contains no error objects.