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 "PROTS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22216221 | 14 days ago | | | 0 | 0.000000072505397290 | |
| 17238496 | 4 months ago | | | 0 | 0.000000073443579622 | |
| 15587962 | 5 months ago | | | 0 | 0.000000107537834179 | |
| 14188175 | 7 months ago | | | 0 | 0.000076615968 | |
| 12856008 | 8 months ago | | | 0 | 0.000000052699149188 | |
| 12763413 | 8 months ago | | | 0 | 0.000000054333831978 | |
| 12317747 | 8 months ago | | | 0 | 1.2754057e-7 | |
| 12000964 | 8 months ago | | | 0 | 0.0000047558449 | |
| 12000078 | 8 months ago | | | 0 | 4.9837550e-7 | |
| 11951822 | 8 months ago | | | 0 | 0.00032616500 |
ABI
ABI objects
Getter at block 22826197
decimals() view returns (uint8)
18
getPair() view returns (address)
0x70277f8c1b03a6b766d5949832e89766c22c2fd8
maxSupply() view returns (uint256)
1000000000000000000000000
maxTransactionPercent() view returns (uint256)
1
name() view returns (string)
PROTS
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
PROTS
totalSupply() view returns (uint256)
976198856933333333333424
tradingEnabled() view returns (bool)
true
treasuryAddress() view returns (address)
0x18ab09cddc886b31fbef277c3ca8ac3611f09ab9
uniswapPair() view returns (address)
0x70277f8c1b03a6b766d5949832e89766c22c2fd8
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events addController(address toAdd_)
approve(address spender, uint256 amount) returns (bool)
burn(address from_, uint256 amount_)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enable_trading()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to_, uint256 amount_)
pause_trading()
removeController(address toRemove_)
renounceOwnership()
setPair(address pair)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
ControllerAdded(address newController)
ControllerRemoved(address controllerRemoved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _initialSupply, uint256 _maxSupply, address _treasuryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.