WishListCoin
Verified contract
Active on
Ethereum with 178 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x45e1…28cd
Balances ($0.00)
No balances found for "WishListCoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7841941 | 6 years ago | | | 0 | 0.00080158500 | |
| 7841672 | 6 years ago | | | 0.0020593929 | 0.0010677330 | |
| 7841634 | 6 years ago | | | 0 | 0.00066658500 | |
| 7841615 | 6 years ago | | | 0 | 0.00037001700 | |
| 7841600 | 6 years ago | | | 0.0020593929 | 0.0030845620 | |
| 7841600 | 6 years ago | | | 0.0020593929 | 0.0010677330 | |
| 7841552 | 6 years ago | | | 0.0020593929 | 0.0010677330 | |
| 7841531 | 6 years ago | | | 0 | 0.00037001700 | |
| 7841531 | 6 years ago | | | 0 | 0.00037001700 | |
| 7841531 | 6 years ago | | | 0 | 0.00037001700 |
ABI
ABI objects
Getter at block 21305881
CEO() view returns (address)
0xd8e0ed6a36d93bb791f3ba9fa2567bfe36f4a061
decimals() view returns (uint256)
0
dreamCarCoinExchanger() view returns (address)
0x45e1f400df464efee9535b27dcf35624ddc228cd
lastTokenId() view returns (uint256 tokenId)
151
name() view returns (string _name)
WishListCoin
symbol() view returns (string _symbol)
WLC
tokenPrice() view returns (uint256)
2059392890975740
totalSupply() view returns (uint256 total)
1001000
totalTokenSupply() view returns (uint256)
1001000
Read-only
balanceOf(address _owner) view returns (uint256 _balance)
dreamCarCoinContracts(uint256) view returns (address)
exchangedBy(address _owner) view returns (uint256[] tokenIds)
exists(uint256 _tokenId) view returns (bool)
ownerOf(uint256 _tokenId) view returns (address _owner)
priceAdmins(uint256) view returns (address)
supportsInterface(bytes4 _interfaceID) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[] tokenIds)
State-modifying
Events addPriceAdmin(address _newPriceAdmin)
approve(address _to, uint256 _tokenId)
buy() payable
exchange(uint256 _tokenId)
exchangeForDCC(uint256 _tokenId)
mint(uint256 _amount)
removeDreamCarCoinAddress(uint256 _index)
removeDreamCarCoinExchanger()
removePriceAdmin(address _existingPriceAdmin)
setDreamCarCoinAddress(uint256 _index, address _address)
setDreamCarCoinExchanger(address _address)
setTokenPriceInWEI(uint256 _newPrice)
transfer(address _to, uint256 _tokenId)
transferFrom(address _from, address _to, uint256 _tokenId)
Approval(address owner, address approved, uint256 tokenId)
Buy(address indexed from, uint256 amount, uint256 fromTokenId, uint256 toTokenId, uint256 timestamp)
Exchange(address indexed from, uint256 tokenId)
ExchangeForDCC(address indexed from, uint256 tokenId)
Transfer(address from, address to, uint256 tokenId)
constructor(address _ceo)
This contract contains no fallback and receive objects.
This contract contains no error objects.