Pike Protocol
Verified contract
Active on
Ethereum with 5,484 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 |
---|---|---|---|---|---|
PIKE | ERC-20 | 20.981585 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15668995 | 2 years ago | | | 0 | 0.00068179200 | |
| 15459562 | 2 years ago | | | 0 | 0.00079848158 | |
| 12856896 | 3 years ago | | | 0 | 0.0011886781 | |
| 12846554 | 3 years ago | | | 0 | 0.0012717603 | |
| 12716409 | 3 years ago | | | 0 | 0.00068818200 | |
| 12716362 | 3 years ago | | | 0 | 0.00032732640 | |
| 12610357 | 3 years ago | | | 0 | 0.0010905120 | |
| 12610340 | 3 years ago | | | 0 | 0.00066028248 | |
| 12610334 | 3 years ago | | | 0 | 0.0010913760 | |
| 12610330 | 3 years ago | | | 0 | 0.0016516368 |
ABI
ABI objects
Getter at block 21167499
MAX_UINT() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
_totalSupply() view returns (uint256)
30000000000000000000000000
basisPointsRate() view returns (uint256)
0
decimals() view returns (uint256)
18
deprecated() view returns (bool)
false
getOwner() view returns (address)
0xfb704c1442b3dcdb59d799411f130e015aca3f09
maximumFee() view returns (uint256)
0
name() view returns (string)
Pike Protocol
owner() view returns (address)
0xfb704c1442b3dcdb59d799411f130e015aca3f09
paused() view returns (bool)
false
safeSender() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
PIKE
totalSupply() view returns (uint256)
30000000000000000000000000
upgradedAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowed(address, address) view returns (uint256)
balanceOf(address who) view returns (uint256)
balances(address) view returns (uint256)
getBlackListStatus(address _maker) view returns (bool)
isBlackListed(address) view returns (bool)
State-modifying
Events addBlackList(address _evilUser)
approve(address _spender, uint256 _value) returns (bool success)
deprecate(address _upgradedAddress)
destroyBlackFunds(address _blackListedUser)
issue(uint256 amount)
mine(address _to, uint256 _tokens) returns (bool success)
pause()
removeBlackList(address _clearedUser)
setFeeRate(uint256 newBasisPoints, uint256 newMaxFee)
setSafeSender(address _sender)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
transferTokens(address _tokenAddress, address _to, uint256 _tokens, bool _isErc20) returns (bool success)
unpause()
AddedBlackList(address _user)
Airdrop(address who, uint256 tokens)
Approval(address indexed owner, address indexed spender, uint256 value)
Deprecate(address newAddress)
DestroyedBlackFunds(address _blackListedUser, uint256 _balance)
Issue(uint256 amount)
Mine(address who, uint256 tokens)
Params(uint256 feeBasisPoints, uint256 maxFee)
Pause()
RemovedBlackList(address _user)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.