PineappleArcadeTrophy
Verified contract
Active on
Ethereum with 209 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4ce6…5ef2
Balances ($0.00)
No balances found for "PineappleArcadeTrophy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16513129 | 2 years ago | | | 0 | 0.00056135811 | |
| 14529955 | 3 years ago | | | 0 | 0.0041906887 | |
| 14529952 | 3 years ago | | | 0 | 0.0046088134 | |
| 14529835 | 3 years ago | | | 0 | 0.0023078372 | |
| 14529835 | 3 years ago | | | 0 | 0.0023078372 | |
| 13628268 | 3 years ago | | | 0 | 0.010501475 | |
| 13366748 | 3 years ago | | | 0 | 0.0078080146 | |
| 13366738 | 3 years ago | | | 0 | 0.019199543 | |
| 13336010 | 3 years ago | | | 0 | 0.0030183866 | |
| 13335400 | 3 years ago | | | 0 | 0.0060454517 |
ABI
ABI objects
Getter at block 21289629
marketplace() view returns (address)
0x4ce6405331b0cf16f3b7ac4037acad7247055ef2
maxTrophies() view returns (uint256)
500
name() view returns (string)
PineappleArcadeTrophy
owner() view returns (address)
0xa4c3c027ef3db8faf883475187f04dd14da54a8c
paused() view returns (bool)
false
symbol() view returns (string)
DEGEN
totalSupply() view returns (uint256)
76
Read-only
approvedFor(uint256 _tokenId) view returns (address)
balanceOf(address _owner) view returns (uint256)
currentPrice(uint256 _trophyId) view returns (uint256)
ownerOf(uint256 _tokenId) view returns (address)
tokensOf(address _owner) view returns (uint256[])
trophies(uint256) view returns (bytes32)
State-modifying
Events approve(address _to, uint256 _tokenId)
grantTrophy(address _initialOwner, bytes32 _trophyName)
listTrophy(uint256 _trophyId, uint256 _startingPriceWei, uint256 _minimumPriceWei, uint256 _durationSeconds)
pause()
purchaseTrophy(uint256 _trophyId) payable
setMarketplace(address _marketplace)
takeOwnership(uint256 _tokenId)
transfer(address _to, uint256 _tokenId)
transferOwnership(address newOwner)
unlistTrophy(uint256 _trophyId)
unpause()
withdrawBalance()
Approval(address indexed _owner, address indexed _approved, uint256 _tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed _from, address indexed _to, uint256 _tokenId)
Unpause()
constructor(uint256 _maxTrophies)
This contract contains no fallback and receive objects.
This contract contains no error objects.