Pickle Point
Verified contract
Active on
Ethereum with 644 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
-
variable spans 1 additional slot
-
variable spans 7 additional slots
No balances found for "Pickle Point"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17150623 | 2 years ago | | | 0 | 0.0015000649 | |
| 17138355 | 2 years ago | | | 0 | 0.0021289868 | |
| 17095768 | 2 years ago | | | 0 | 0.0028617108 | |
| 16932145 | 2 years ago | | | 0 | 0.0011094288 | |
| 16912437 | 2 years ago | | | 0 | 0.0010458134 | |
| 16885396 | 2 years ago | | | 0 | 0.0019094782 | |
| 16864982 | 2 years ago | | | 0 | 0.00094377916 | |
| 16849673 | 2 years ago | | | 0 | 0.00094806559 | |
| 16844067 | 2 years ago | | | 0 | 0.00091806907 | |
| 16790187 | 2 years ago | | | 0 | 0.0010769388 |
ABI
ABI objects
Getter at block 21275768
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
collectionsCount() view returns (uint256)
4
decimals() view returns (uint8)
0
name() view returns (string)
Pickle Point
paused() view returns (bool)
false
symbol() view returns (string)
NYBPP
totalSupply() view returns (uint256)
4957593
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
collectionByIndex(uint256 index) view returns (address)
getClaimableRewards(address user) view returns (uint256)
getClaimedRewards(address user) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
pointsPerDay(address collection) view returns (uint256)
presaleClaimed(address user) view returns (bool)
staking(address collection, address user, uint256 tokenId) view returns (bool)
stakingCount(address collection, address user) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(address collection, address user, uint256 index) view returns (uint256)
State-modifying
Events addCollection(address collection, uint256 pointsPerDay_)
adminUnstake(address user, address[] collections, uint256[][] tokens)
approve(address spender, uint256 amount) returns (bool)
batchMint(address[] recipients, uint256[] amounts)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
claimRewards()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
pause()
presaleClaimRewards(uint256 allowed, bytes32[] proof)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setMerkleRoot(bytes32 newRoot)
stake(address[] collections, uint256[][] tokens)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
unpause()
unstake(address[] collections, uint256[][] tokens)
updateCollection(address collection, uint256 newPointsPerDay)
Approval(address indexed owner, address indexed spender, uint256 value)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string name_, string symbol_, uint8 decimals_, address[] collections_, uint256[] pointsPerDay_)
This contract contains no fallback and receive objects.
This contract contains no error objects.