ERC1155Sale
Verified contract
Active on
Ethereum with 3,634 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe863…ceb7
0x5192…28bc
0x890c…880f
Balances ($0.00)
No balances found for "ERC1155Sale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15413811 | 2 years ago | | | 0 | 0.00030870156 | |
| 15390231 | 2 years ago | | | 0.000102 | 0.0018724480 | |
| 15240378 | 2 years ago | | | 0 | 0.00049804962 | |
| 14935958 | 2 years ago | | | 0 | 0.0034052264 | |
| 14762962 | 2 years ago | | | 0 | 0.0053692416 | |
| 14683508 | 3 years ago | | | 0.0255 | 0.0065315405 | |
| 14649238 | 3 years ago | | | 0 | 0.0024022800 | |
| 14649229 | 3 years ago | | | 0 | 0.0020862368 | |
| 14493951 | 3 years ago | | | 0 | 0.0022492255 | |
| 14373627 | 3 years ago | | | 0 | 0.0014158836 |
ABI
ABI objects
Getter at block 21171711
beneficiary() view returns (address)
0xe8637989dfe98c60e26b49b62913ba776ef6ceb7
buyerFee() view returns (uint256)
200
isOwner() view returns (bool)
false
nonceHolder() view returns (address)
0x890c9f3bfbce67d26c1e2319b148ced2023a880f
owner() view returns (address)
0x3685db4239b91816e268e815f9c7bdf41cd1917e
transferProxy() view returns (address)
0x5192c67d94d4851bb22c6f9ce0e3d5c7df6928bc
Read-only
This contract contains no read-only function objects.
State-modifying
Events buy(address token, uint256 tokenId, address owner, uint256 selling, uint256 buying, uint256 price, uint256 sellerFee, struct AbstractSaleSig signature) payable
cancel(address token, uint256 tokenId) payable
renounceOwnership()
setBeneficiary(address _beneficiary)
setBuyerFee(uint256 _buyerFee)
transferOwnership(address newOwner)
Buy(address indexed token, uint256 indexed tokenId, address owner, uint256 price, address buyer, uint256 value)
CloseOrder(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.