ERC1155Sale
Verified contract
Active on
Ethereum with 76,810 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb3dc…d597
0x4fee…a0be
0x295f…0339
Balances ($0.00)
No balances found for "ERC1155Sale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20404836 | 3 months ago | | | 0.000001025 | 0.00017698600 | |
| 15699625 | 2 years ago | | | 0.025625 | 0.0023471680 | |
| 15699625 | 2 years ago | | | 0.01023975 | 0.0022469550 | |
| 15291910 | 2 years ago | | | 0.00001025 | 0.00037239250 | |
| 14937428 | 2 years ago | | | 0 | 0.0026021700 | |
| 12574014 | 3 years ago | | | 0.00001025 | 0.0031744156 | |
| 12297881 | 4 years ago | | | 0.001025 | 0.019803878 | |
0x | 11727678 | 4 years ago | | | 0 | 0.0026611615 | |
| 11705639 | 4 years ago | | | 0.3075 | 0.018262191 | |
| 11705539 | 4 years ago | | | 0.05125 | 0.020437838 |
ABI
ABI objects
Getter at block 21172439
beneficiary() view returns (address)
0xb3dc72ada453547a3dec51867f4e1cce24d5d597
buyerFee() view returns (uint256)
250
isOwner() view returns (bool)
false
nonceHolder() view returns (address)
0x295fe6bc5ad4bdb770d416c066626e4207e10339
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, 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.