ERC721Sale
Verified contract
Active on
Ethereum with 32,249 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb3dc…d597
0x4fee…a0be
0xefae…54af
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RARI | ERC-721 | 1 | -- | -- | |
RARI | ERC-721 | 1 | -- | -- | |
RARI | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14937429 | 2 years ago | | | 0 | 0.0026021700 | |
| 11704678 | 4 years ago | | | 0 | 0.0024392480 | |
| 11703349 | 4 years ago | | | 0.11275 | 0.017795648 | |
| 11702840 | 4 years ago | | | 0 | 0.0061709000 | |
| 11701308 | 4 years ago | | | 0 | 0.0023524480 | |
| 11701105 | 4 years ago | | | 0 | 0.0023696750 | |
| 11698151 | 4 years ago | | | 0.205 | 0.015564776 | |
| 11698061 | 4 years ago | | | 0.205 | 0.029583600 | |
| 11696251 | 4 years ago | | | 0 | 0.0025776660 | |
| 11694842 | 4 years ago | | | 0 | 0.0019259740 |
ABI
ABI objects
Getter at block 21264577
beneficiary() view returns (address)
0xb3dc72ada453547a3dec51867f4e1cce24d5d597
buyerFee() view returns (uint256)
250
isOwner() view returns (bool)
false
nonceHolder() view returns (address)
0xefaefa82be8e827a15c9989417a19107ac9d54af
owner() view returns (address)
0x20b9049c69dea7e5d46de82ce0b33a9d5a8a0893
transferProxy() view returns (address)
0x4fee7b061c97c9c496b01dbce9cdb10c02f0a0be
Read-only
This contract contains no read-only function objects.
State-modifying
Events buy(address token, uint256 tokenId, uint256 price, uint256 sellerFee, struct AbstractSaleSig signature) payable
cancel(address token, uint256 tokenId)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
renounceOwnership()
setBeneficiary(address _beneficiary)
setBuyerFee(uint256 _buyerFee)
transferOwnership(address newOwner)
Buy(address indexed token, uint256 indexed tokenId, address seller, address buyer, uint256 price, uint256 nonce)
Cancel(address indexed token, uint256 indexed tokenId, address owner, uint256 nonce)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _transferProxy, address _nonceHolder, address beneficiary)
This contract contains no fallback and receive objects.
This contract contains no error objects.