PeopleInThePlaceTheyLove
Verified contract
Active on
Ethereum with 3,298 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($10,155.19)
Native
Value
$3,872.92
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.0632 | $3,642.70 |
$3,872.92 | |
WETH | ERC-20 | 1.72506 | $3,641.77 |
$6,282.27 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21304981 | 2 days ago | | | 0 | 0.00039421633 | |
| 21264869 | 8 days ago | | | 0 | 0.00064452610 | |
| 20854728 | 2 months ago | | | 0 | 0.00017575205 | |
| 20819213 | 2 months ago | | | 0 | 0.0020188961 | |
| 20793516 | 2 months ago | | | 0 | 0.00070931016 | |
| 20792368 | 2 months ago | | | 0 | 0.0014120501 | |
| 20571493 | 3 months ago | | | 0 | 0.00011880424 | |
| 20406876 | 4 months ago | | | 0 | 0.00011799274 | |
| 20277151 | 5 months ago | | | 0 | 0.00050150395 | |
| 20260777 | 5 months ago | | | 0 | 0.00036987818 |
ABI
ABI objects
Getter at block 21319244
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
isBurningActive() view returns (bool)
false
luckyDrawActive() view returns (bool)
true
maxSupply() view returns (uint256)
1000
name() view returns (string)
PeopleInThePlaceTheyLove
owner() view returns (address)
0xdf92e031b00fbff462eceac436e2d906047ff70d
provenance() view returns (bytes32)
0x6ef0dc77a48ab24c43559f4234eb79009112ec60800c2f066b0f16445079510b
symbol() view returns (string)
PPTL
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
createLuckyDraw(bytes32 provenance_, uint256[] userTierIds, uint256[] userTierStartTimes, uint256[] userTierDurations, uint256[] userTierTicketMaxNums, uint256[] userTierTicketPrices)
draw(uint256 userTierId, uint256 ticketNum, bytes signature) payable
grantRole(bytes32 role, address account)
payout(address[] recipients, uint96[] fractions)
privateMint(address[] tos)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setRoyaltyInfo(address royaltyReceiver, uint256 royaltyPercentage)
toggleBurningActive()
toggleLuckydrawActive()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BalancePayout(address recipient, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PaymentReceived(address from, uint256 amount)
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 indexed tokenId)
constructor(address default_admin, address authority, address payee, uint256 maxSupply_)
receive()
This contract contains no error objects.