AuctionManager
Verified contract
Active on
Ethereum with 17 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfdd4…e652
Balances ($0.00)
No balances found for "AuctionManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453262 | 4 months ago | | | 0.0030180339 | 0.000031624000 | |
| 20453230 | 4 months ago | | | 0.00084121977 | 0.000031624000 | |
| 19432837 | 8 months ago | | | 0.00025199644 | 0.0032719122 | |
| 19432550 | 8 months ago | | | 0.00025064227 | 0.0031006919 | |
| 17785359 | a year ago | | | 0.00053511706 | 0.0034138386 | |
| 17635996 | a year ago | | | 0.00079533826 | 0.0020111036 | |
| 17635811 | a year ago | | | 0.0007957813 | 0.0019434216 | |
| 17635486 | a year ago | | | 0.00080017497 | 0.0031672346 | |
| 16055507 | 2 years ago | | | 0.0082493957 | 0.0011213344 | |
| 15990988 | 2 years ago | | | 0.0008282328 | 0.0013752866 |
ABI
ABI objects
Getter at block 21230536
FEEDOMINATOR() view returns (uint256)
10000
owner() view returns (address)
0x8260c20b4ce2014d760be6de7cdd98c4f12b68f8
salt() view returns (string)
Ethereum Signed Message:
32
signer() view returns (address)
0x4e1867dceada3b8a7276de291ac30808abb690dd
vaultFee() view returns (uint32)
500
vaultWallet() view returns (address)
0xfdd40572f29312590eb9c9b1312d4d7848c3e652
Read-only
This contract contains no read-only function objects.
State-modifying
Events buyAuctionItem(struct AuctionManagerAuction auction, bytes signature, uint256 deadline) payable
renounceOwnership()
setSalt(string _salt)
setSignerAddress(address _signer)
setVaultAddress(address _vaultWallet)
setVaultFee(uint32 _fee)
transferOwnership(address newOwner)
BuyAuctionItem(string orderId, string buyerId, uint256 editionId, uint256 itemId, uint256 price, address ownerWallet, address artistWallet, uint256 artistRoyalty)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _vaultWallet, address _signer)
This contract contains no fallback and receive objects.
This contract contains no error objects.