Parallel World Cup
Verified contract
Active on
Ethereum with 93 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 |
---|---|---|---|---|---|
PWC | ERC-20 | 6 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5970066 | 6 years ago | | | 0 | 0.00092811000 | |
| 5969883 | 6 years ago | | | 1.856199 | 0.0031364400 | |
| 5969866 | 6 years ago | | | 1.856199 | 0.0039205500 | |
| 5969860 | 6 years ago | | | 1.856199 | 0.020909600 | |
| 5969852 | 6 years ago | | | 1.4501554 | 0.012339500 | |
| 5969852 | 6 years ago | | | 1.4501554 | 0.00049358000 | |
| 5969851 | 6 years ago | | | 1.856199 | 0.0039205500 | |
| 5969843 | 6 years ago | | | 1.856199 | 0.0039205500 | |
| 5969840 | 6 years ago | | | 1.4501554 | 0.022211100 | |
| 5969840 | 6 years ago | | | 1.4501554 | 0.019743200 |
ABI
ABI objects
Getter at block 21259679 getlistedItems() view returns (uint256[] _listedItems)
enddate() view returns (uint256)
1531673100
getOwner() view returns (address)
0x99714fd31c38e360d183f744ae64f853fc887aa1
getenddate() view returns (uint256 _enddate)
1531673100
getprizeamount() view returns (uint256 _prizeamount)
0
implementsERC721() view returns (bool _implements)
false
name() pure returns (string _name)
Parallel World Cup
referraltokencontract() view returns (address)
0x0000000000000000000000000000000000000000
symbol() pure returns (string _symbol)
PWC
totalSupply() view returns (uint256 _totalSupply)
32
Read-only
allOf(uint256 _itemId) view returns (uint256 _itemIdreturn, address _owner, uint256 _startingPrice, uint256 _price, uint256 _nextPrice, bytes32 _name)
approvedFor(uint256 _itemId) view returns (address _approved)
balanceOf(address _owner) view returns (uint256 _balance)
calculateDevCut(uint256 _price) view returns (uint256 _devCut)
calculateNextPrice(uint256 _price) view returns (uint256 _nextPrice)
calculatePrizeCut(uint256 _price) view returns (uint256 _devCut)
getownerInfo(address _owner) view returns (bytes32 _name, bytes32 _email, bytes32 _phone)
isAdmin(address _admin) view returns (bool _isAdmin)
itemsForSaleLimit(uint256 _from, uint256 _take) view returns (uint256[] _items)
nameOf(uint256 _itemId) view returns (bytes32 _name)
nextPriceOf(uint256 _itemId) view returns (uint256 _nextPrice)
ownerOf(uint256 _itemId) view returns (address _owner)
priceOf(uint256 _itemId) view returns (uint256 _price)
startingPriceOf(uint256 _itemId) view returns (uint256 _startingPrice)
tokenExists(uint256 _itemId) view returns (bool _exists)
tokensOf(address _owner) view returns (uint256[] _tokenIds)
State-modifying
Events addAdmin(address _admin)
addItem(uint256 _itemId, uint256 _price) returns (uint256 _pricereturn)
approve(address _to, uint256 _itemId)
awardprize(uint256 _itemId)
buy(uint256 _itemId) payable
enableERC721()
listItem(uint256 _itemId, uint256 _price, address _owner, bytes32 _nameofItem)
listItemFromRegistry(uint256 _itemId)
listMultipleItems(uint256[] _itemIds, uint256[] _price, address _owner, bytes32[] _nameofItem)
populateFromItemRegistry(uint256[] _itemIds)
removeAdmin(address _admin)
setItemRegistry(address _itemRegistry)
setOwner(address _owner)
setReferralTokenContract(address _referraltokencontract)
setownerInfo(address _ownerAddress, bytes32 _ownerAlias, bytes32 _ownerEmail, bytes32 _ownerPhone)
transfer(address _to, uint256 _itemId)
transferFrom(address _from, address _to, uint256 _itemId)
Approval(address indexed _owner, address indexed _approved, uint256 _tokenId)
Bought(uint256 indexed _itemId, address indexed _owner, uint256 _price)
Sold(uint256 indexed _itemId, address indexed _owner, uint256 _price)
TransactionOccured(uint256 indexed _itemId, uint256 _price, address indexed _oldowner, address indexed _newowner)
Transfer(address indexed _from, address indexed _to, uint256 _tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.