ProStarter
Verified contract
Active on
Ethereum with 3,820 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PROT | ERC-20 | 2.164162K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21267698 | 3 days ago | | | 0 | 0.00034770544 | |
| 21203306 | 12 days ago | | | 0 | 0.00047924418 | |
| 21147952 | 19 days ago | | | 0 | 0.00027507698 | |
| 21005293 | a month ago | | | 0 | 0.00021640135 | |
| 20948357 | 2 months ago | | | 0 | 0.00042787178 | |
| 20928909 | 2 months ago | | | 0 | 0.00094098326 | |
| 20911942 | 2 months ago | | | 0 | 0.00016431727 | |
| 20728811 | 3 months ago | | | 0 | 0.00010592176 | |
| 20711556 | 3 months ago | | | 0 | 0.000051894957 | |
| 20554688 | 3 months ago | | | 0 | 0.000077619051 |
ABI
ABI objects
Getter at block 21286409
decimals() view returns (uint8)
18
name() view returns (string)
ProStarter
paused() view returns (bool)
false
symbol() view returns (string)
PROT
totalSupply() view returns (uint256)
75000000000000000000000000
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)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(uint256 initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.