SaleManager
Verified contract
Active on
Ethereum with 9,361 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8c9b…8099
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TPP | ERC-20 | 1.3K | -- | -- | |
MLBCB | ERC-721 | 1 | -- | -- | |
MLBCB | ERC-721 | 1 | -- | -- | |
MLBCB | ERC-721 | 1 | -- | -- | |
MLBCB | ERC-721 | 1 | -- | -- | |
MLBCB | ERC-721 | 1 | -- | -- | |
MLBCB | ERC-721 | 1 | -- | -- | |
MLBCB | ERC-721 | 1 | -- | -- | |
MLBCB | ERC-721 | 1 | -- | -- | |
MLBCB | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12074075 | 4 years ago | | | 0 | 0.010031994 | |
| 8473174 | 5 years ago | | | 0 | 0.00034036200 | |
| 7798936 | 5 years ago | | | 0 | 0.000032592000 | |
| 7787413 | 5 years ago | | | 0 | 0.00015883560 | |
| 7787401 | 5 years ago | | | 0 | 0.00015879080 | |
| 7631878 | 6 years ago | | | 0 | 0.000035851200 | |
| 7626275 | 6 years ago | | | 0 | 0.000097584000 | |
| 7626265 | 6 years ago | | | 0 | 0.000097584000 | |
| 7606844 | 6 years ago | | | 0 | 0.000065056000 | |
| 7589674 | 6 years ago | | | 0 | 0.000065056000 |
ABI
ABI objects
Getter at block 21158562
ERC721_RECEIVED() view returns (bytes4)
0x150b7a02
SALES_DURATION() view returns (uint256)
86400
SINGLE_SALE_MULTIPLIER() view returns (uint256)
35
STARTING_PRICE() view returns (uint256)
10000000000000000
TEAM_SALE_MULTIPLIER() view returns (uint256)
12
bankManager() view returns (address)
0xbe87ae75926aaf6765984b6a454aa77e095dec6c
gameManagerPrimary() view returns (address)
0xe44c4cbfdfb747dcde4f99c5462c0ff82d8c6903
gameManagerSecondary() view returns (address)
0x9b535f7a85d07a512233805623a4742116b90b8c
isBatchSupported() view returns (bool)
true
isSalesManager() view returns (bool)
true
nonFungibleContract() view returns (address)
0x8c9b261faef3b3c2e64ab5e58e04615f8c788099
ownerCut() view returns (uint256)
500
paused() view returns (bool)
false
seedSingleSaleCount() view returns (uint256)
2901
Read-only
getCurrentPrice(uint256 _tokenId) view returns (uint256)
getSale(uint256 _tokenId) view returns (address seller, uint256 startingPrice, uint256 endingPrice, uint256 duration, uint256 startedAt, uint256[9] tokenIds)
lastSingleSalePrices(uint256) view returns (uint256)
lastTeamSalePrices(uint256, uint256) view returns (uint256)
seedTeamSaleCount(uint256) view returns (uint256)
State-modifying
Events assetTransfer(address _to, uint256 _tokenId)
batchAssetTransfer(address _to, uint256[] _tokenIds)
batchCancelSale(uint256[] _tokenIds)
batchCreateSingleSeedAuction(uint8[] _teamIds, uint8[] _posIds, uint256[] _attributes, uint256[] _playerOverrideIds, uint256[] _mlbPlayerIds, uint256 _startPrice)
bid(uint256 _tokenId) payable
cancelSale(uint256 _tokenId)
cancelSaleWhenPaused(uint256 _tokenId)
createPromoSeedAuction(uint8 _teamId, uint8 _posId, uint256 _attributes, uint256 _playerOverrideId, uint256 _mlbPlayerId, uint256 _startPrice, uint256 _endPrice, uint256 _saleDuration)
createSale(uint256 _tokenId, uint256 _startingPrice, uint256 _endingPrice, uint256 _duration, address _owner)
createSeedTeam(uint8 _teamId, uint256[9] _attributes, uint256[9] _mlbPlayerId)
createSingleSeedAuction(uint8 _teamId, uint8 _posId, uint256 _attributes, uint256 _playerOverrideId, uint256 _mlbPlayerId, uint256 _startPrice, uint256 _endPrice, uint256 _saleDuration)
createTeamSaleAuction(uint8 _teamId, uint256[9] _tokenIds, uint256 _startPrice, uint256 _endPrice, uint256 _saleDuration)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
pause()
setBanker(address _newBK)
setNFTContractAddress(address _nftAddress)
setOwnerCut(uint256 _newCut)
setPrimaryGameManager(address _newGM)
setSecondaryGameManager(address _newGM)
unpause()
updateBatchSupport(bool _flag)
userCreateSaleIfApproved(uint256 _tokenId, uint256 _startingPrice, uint256 _endingPrice, uint256 _duration)
withdrawSaleManagerBalances()
ContractUpgrade(address newContract)
EtherWithdrawed(uint256 value)
SaleCancelled(uint256 tokenID, address sellerAddress)
SaleCreated(uint256 tokenID, uint256 startingPrice, uint256 endingPrice, uint256 duration, uint256 startedAt)
SaleWinner(uint256 tokenID, uint256 totalPrice, address winner)
TeamSaleCreated(uint256[9] tokenIDs, uint256 startingPrice, uint256 endingPrice, uint256 duration, uint256 startedAt)
TeamSaleWinner(uint256[9] tokenIDs, uint256 totalPrice, address winner)
constructor()
fallback()
This contract contains no error objects.