0x96bd20f3206de8a1c138b245e203000ae7e972db
Verified contract
Proxy
Active on
Ethereum with 9,787 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "0x96bd20f3206de8a1c138b245e203000ae7e972db"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20749633 | 2 months ago | | | 0.0025 | 0.00023840348 | |
| 20745739 | 2 months ago | | | 0.0025 | 0.00010850735 | |
| 20744229 | 2 months ago | | | 0.002 | 0.00053203106 | |
| 20696037 | 3 months ago | | | 0.0025 | 0.000083784553 | |
| 20695714 | 3 months ago | | | 0.002 | 0.000085254000 | |
| 20681779 | 3 months ago | | | 0.0025 | 0.00029578800 | |
| 20681709 | 3 months ago | | | 0.002 | 0.00063940500 | |
| 20667988 | 3 months ago | | | 0.0025 | 0.000060440456 | |
| 20667984 | 3 months ago | | | 0.0025 | 0.000053641610 | |
| 20667964 | 3 months ago | | | 0.002 | 0.000048759896 |
ABI
ABI objects
Getter at block 21275082
admin() view returns (address)
0xddcc87f1d5801ba46dee90932fb83509d5c9947c
returnPrices() view returns (uint256 directOffer, uint256 directAcceptance, uint256 globalOffer, uint256 globalAcceptance)
(directOffer=2000000000000000, directAcceptance=2500000000000000, globalOffer=2500000000000000, globalAcceptance=3000000000000000)
tradingToggle() view returns (bool)
true
treasury() view returns (address)
0xddcc87f1d5801ba46dee90932fb83509d5c9947c
Read-only
getMsgDirect(uint256 txnId, uint256 nftId, address to, address signer) view returns (bytes32)
getMsgGlobal(uint256 txnId, uint256 nftId, address signer) view returns (bytes32)
verifiedOffer(bytes32) view returns (bool)
State-modifying
Events acceptDirectOffer(uint256 txnId, uint256 nftId, address from, bytes sig) payable
acceptGlobalOffer(uint256 txnId, uint256 nftId, address from, bytes sig) payable
cancelAllActiveOfferes()
cancelOffer(bytes32 ethSignedMsgHash, bytes signature)
changeAdmin(address newAdmin)
changeAllPrices(uint256 directOfferPriceInWei, uint256 directAcceptancePriceInWei, uint256 globalOfferPriceInWei, uint256 globalAcceptancePriceInWei)
changeDirectAcceptancePrice(uint256 priceInWei)
changeDirectOfferPrice(uint256 priceInWei)
changeGlobalAcceptancePrice(uint256 priceInWei)
changeGlobalOfferPrice(uint256 priceInWei)
initialize(address treasuryAddress, address _admin, uint256 directOfferPriceInWei, uint256 directAcceptancePriceInWei, uint256 globalOfferPriceInWei, uint256 globalAcceptancePriceInWei)
makeDirectOffer(uint256 txnId, uint256 nftId, address to, bytes sig) payable
makeGlobalOffer(uint256 txnId, uint256 nftId, bytes sig) payable
setTreasuryAddress(address newAddress)
toggleTrading()
DirectOffer(uint256 indexed txnId, address indexed to, address indexed from_poster)
DirectOfferAcceptance(uint256 indexed txnId, address indexed to_accepter, address indexed from)
GlobalOffer(uint256 indexed txnId, address indexed from_poster)
GlobalOfferAcceptance(uint256 indexed txnId, address indexed from, address indexed caller)
NewAdmin(address oldAdmin, address newAdmin)
NewNonce(address indexed user, uint256 nonce)
NewTreasury(address oldTreasury, address newTreasury)
PriceChange(string indexed _type, uint256 newPrice)
UpdatedTradingStatus(bool status)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.