EveryDapp Token
Verified contract
Active on
Ethereum with 39 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 "EveryDapp Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7149271 | 6 years ago | | | 0 | 0.0031443900 | |
| 7149116 | 6 years ago | | | 0 | 0.0028776670 | |
| 7149054 | 6 years ago | | | 0 | 0.0013065080 | |
| 6704969 | 6 years ago | | | 0 | 0.0014157710 | |
| 6697429 | 6 years ago | | | 0 | 0.0031821330 | |
| 6697427 | 6 years ago | | | 0 | 0.0037971330 | |
| 6697417 | 6 years ago | | | 0 | 0.0029889000 | |
| 6697385 | 6 years ago | | | 0 | 0.0038806500 | |
| 6440232 | 6 years ago | | | 0 | 0.0027407400 | |
| 6440211 | 6 years ago | | | 0 | 0.0014157710 |
ABI
ABI objects
Getter at block 21306896
InterfaceId_ERC165() view returns (bytes4)
0x01ffc9a7
adIds() view returns (uint256[])
[0, 1, 2, 3, 4]
name() view returns (string)
EveryDapp Token
owner() view returns (address)
0xa1d36f0e2e03a41294b0910918fe5a89bf45a023
ownerCut() view returns (uint256)
1000
priceProgression() view returns (uint256)
1000
symbol() view returns (string)
EVDT
totalSupply() view returns (uint256)
5
Read-only
ads(uint256) view returns (uint32 width, uint32 height, string imageUrl, string href, bool forSale, uint256 price)
balanceOf(address _owner) view returns (uint256)
calculateOwnerFee(uint256 _value) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 _tokenId) view returns (address)
isApprovedForAll(address _owner, address _operator) view returns (bool)
ownerOf(uint256 _tokenId) view returns (address)
suggestedAdPrices(uint256) 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)
State-modifying
Events addAd(uint32 _width, uint32 _height, string _imageUrl, string _href, string _uri, uint256 _initialPrice)
approve(address _to, uint256 _tokenId)
buyAd(uint256 _adId) payable
cancelOffer(uint256 _adId)
offerAd(uint256 _adId, uint256 _price)
renounceOwnership()
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setAdData(uint256 _adId, string _imageUrl, string _href)
setAdURI(uint256 _id, string _uri)
setApprovalForAll(address _to, bool _approved)
setOwnerCut(uint16 _ownerCut)
setPriceProgression(uint16 _priceProgression)
setSuggestedAdPrice(uint256 _adId, uint256 _price)
transferERC20Token(address _tokenAddress, address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _adId)
transferOwnership(address _newOwner)
withdraw()
AdAdded(uint256 adId)
AdBought(uint256 adId)
AdOffered(uint256 adId, uint256 price)
Approval(address indexed _owner, address indexed _approved, uint256 indexed _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
OfferCancelled(uint256 adId)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.