CryptoAndDragonsAuction
Verified contract
Active on
Ethereum with 186 txns
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 "CryptoAndDragonsAuction"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5717678 | 6 years ago | | | 0.6 | 0.00011670840 | |
| 5717378 | 6 years ago | | | 1.2 | 0.00057210000 | |
| 5717378 | 6 years ago | | | 0.2 | 0.00036246000 | |
| 5708875 | 6 years ago | | | 0 | 0.00059906000 | |
| 5708395 | 6 years ago | | | 4.5 | 0.010764690 | |
| 5708391 | 6 years ago | | | 4.1 | 0.0096214500 | |
| 5708389 | 6 years ago | | | 3.9 | 0.0096242445 | |
| 5708154 | 6 years ago | | | 3.5 | 0.0045185340 | |
| 5708142 | 6 years ago | | | 3.6 | 0.00091764840 | |
| 5708139 | 6 years ago | | | 3.5 | 0.00094255230 |
ABI
ABI objects
Getter at block 21197691
ERC721Contract() view returns (address)
0x6b1a0740d090ca7f6708710917e0152eb94eea68
databaseContract() view returns (address)
0xc55e97d03794a4256b8fb878b6bdf3fbd2c37141
dragonTreasureToken() view returns (address)
0x2118840b16aaf95a0f0027b7ac32f5986925d935
isMaintaining() view returns (bool)
false
owner() view returns (address)
0x76697b2a9a78875ef28e2e9785f84bc333eb68f9
thisAddress() view returns (address)
0x0000000000000000000000000000000000000000
totalAuction() view returns (uint256)
6
totalModerators() view returns (uint16)
0
Read-only
auctions(uint256) view returns (uint256 classId, uint256 monsterId, uint256 price, uint256 endTime, uint8 rarity, address bidder)
ceil(uint256 a) pure returns (uint256)
getSortedArray(uint256[] storageInt) pure returns (uint256[])
masterToReferral(address) view returns (address)
moderators(address) view returns (bool)
monstersForSale(uint8 optSort) view returns (uint256[] _monsters)
sortAuction(uint256[] _mcount) view returns (uint256[] _monsters)
State-modifying
Events AddModerator(address _newModerator)
ChangeOwner(address _newOwner)
RemoveModerator(address _oldModerator)
UpdateMaintaining(bool _isMaintaining)
addAuction(uint32 _classId, uint256 _monsterId, uint256 _price, uint8 _rarity, uint32 _endTime)
burnAuction()
buy(uint256 _auctionId, address _referral) payable
setAddresses(address _dragonTreasureToken, address _databaseContract, address _ERC721Contract)
setMasterToReferral(address _master, address _referral)
setNewMonster(uint256 _genes, uint32 _classId, address _master, string _name, string _skills) returns (uint64 _monsterId)
withdrawAll()
withdrawAmount(uint256 _amount)
Approval(address indexed _owner, address indexed _approved, uint256 _tokenId)
Bought(uint256 indexed _itemId, address indexed _owner, uint256 _price)
Hatch(address indexed _owner, uint16 _tableId)
Sold(uint256 indexed _itemId, address indexed _owner, uint256 _price)
Transfer(address indexed _from, address indexed _to, uint256 _tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.