Dwarfs alt world
Verified contract
Active on
Ethereum with 986 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa0d0…7bc5
Balances ($0.00)
No balances found for "Dwarfs alt world"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21015737 | a month ago | | | 0 | 0.00024598091 | |
| 20151060 | 5 months ago | | | 0 | 0.000050220026 | |
| 20151059 | 5 months ago | | | 0 | 0.000050536394 | |
| 19857941 | 6 months ago | | | 0 | 0.00026844980 | |
| 19857930 | 6 months ago | | | 0 | 0.00027010275 | |
| 19588099 | 7 months ago | | | 0 | 0.00036752570 | |
| 18508408 | a year ago | | | 0 | 0.00082737852 | |
| 18480419 | a year ago | | | 0 | 0.0018170607 | |
| 18392718 | a year ago | | | 0 | 0.0016646577 | |
| 16523839 | 2 years ago | | | 0 | 0.00076713956 |
ABI
ABI objects
Getter at block 21204871
MAX_TOKEN() view returns (uint256)
2000
PriceWhitelist() view returns (uint256)
50000000000000000
WhitelistEnable() view returns (bool)
true
WhitelistIdCount() view returns (uint256)
28
basePrice() view returns (uint256)
40000000000000000
name() view returns (string)
Dwarfs alt world
owner() view returns (address)
0x89dcac23ce625317b3f1def9ed5dce3fb36ab3d4
saleEnable() view returns (bool)
true
symbol() view returns (string)
DAW
tokenIdCount() view returns (uint256)
1186
totalSupply() view returns (uint256)
1037
Read-only
WhitelistView(address _owner_) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
price(uint256 _count) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events addWhitelist(address _to, uint256 _count) payable
approve(address to, uint256 tokenId)
mint(address _to, uint256 _count) payable
mintForWhitelist(uint256 _count)
mintReserve(address _to, uint256 _count)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBasePrice(uint256 _basePrice)
setBaseURI(string baseURI)
setMaxToken(uint256 _MAX_TOKEN)
setP(address _balp)
setPriceWhitelist(uint256 _PriceWhitelist)
setWhitelistEnable(bool _WhitelistEnable)
setsaleEnable(bool _saleEnable)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.