PepeAuctionSale
Verified contract
Active on
Ethereum with 2,259 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x84ac…d6e4
0x0801…8e54
Balances ($0.00)
No balances found for "PepeAuctionSale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18993423 | 10 months ago | | | 0 | 0.0021833914 | |
| 18968687 | 10 months ago | | | 0 | 0.024047355 | |
| 18952245 | 10 months ago | | | 0 | 0.018143484 | |
| 18952185 | 10 months ago | | | 0 | 0.019588866 | |
| 18952177 | 10 months ago | | | 0 | 0.0095059207 | |
| 18952172 | 10 months ago | | | 0 | 0.014778633 | |
| 18952165 | 10 months ago | | | 0 | 0.021656534 | |
| 18952151 | 10 months ago | | | 0 | 0.016789284 | |
| 18952148 | 10 months ago | | | 0 | 0.016359943 | |
| 18952139 | 10 months ago | | | 0 | 0.017165904 |
ABI
ABI objects
Getter at block 21213020
FEE_DIVIDER() view returns (uint256)
1000000
affiliateContract() view returns (address)
0x08014573ff457d8e08d6fbf2813617def4f28e54
beneficiary() view returns (address)
0x831491b5cf7ba0d626672abf71a1420f7d3844ac
fee() view returns (uint256)
37500
owner() view returns (address)
0x831491b5cf7ba0d626672abf71a1420f7d3844ac
pepeContract() view returns (address)
0x84ac94f17622241f313511b629e5e98f489ad6e4
Read-only
auctions(uint256) view returns (address seller, uint256 pepeId, uint64 auctionBegin, uint64 auctionEnd, uint256 beginPrice, uint256 endPrice)
calculateBid(uint256 _pepeId) view returns (uint256 currentBid)
State-modifying
Events buyPepe(uint256 _pepeId) payable
buyPepeAffiliated(uint256 _pepeId, address _affiliate) payable
changeFee(uint256 _fee)
getFees()
renounceOwnership()
savePepe(uint256 _pepeId)
setBeneficiary(address _beneficiary)
startAuction(uint256 _pepeId, uint256 _beginPrice, uint256 _endPrice, uint64 _duration)
startAuctionDirect(uint256 _pepeId, uint256 _beginPrice, uint256 _endPrice, uint64 _duration, address _seller)
transferOwnership(address _newOwner)
AuctionFinalized(uint256 indexed pepe, address indexed seller)
AuctionStarted(uint256 indexed pepe, address indexed seller)
AuctionWon(uint256 indexed pepe, address indexed winner, address indexed seller)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _pepeContract, address _affiliateContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.