ExtendedAdvertisement
Verified contract
Active on
Ethereum with 9,206 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1a7a…b0db
0x63fe…4a8d
0xc18d…c393
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x1c5b…4823 | ERC-20 | 1,000,000T | -- | -- | |
PHN | ERC-20 | 40K | -- | -- | |
MRO | ERC-20 | 49.95 | -- | -- | |
0x2630…8a13 | ERC-20 | 5 | -- | -- | |
ELET | ERC-20 | 2.77 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8738341 | 5 years ago | | | 0 | 0.00017138800 | |
| 8738341 | 5 years ago | | | 0 | 0.00017126000 | |
| 8738341 | 5 years ago | | | 0 | 0.00017138800 | |
| 8738341 | 5 years ago | | | 0 | 0.00017126000 | |
| 8738341 | 5 years ago | | | 0 | 0.00017138800 | |
| 8738341 | 5 years ago | | | 0 | 0.00017138800 | |
| 8738341 | 5 years ago | | | 0 | 0.00017126000 | |
| 8738341 | 5 years ago | | | 0 | 0.00017138800 | |
| 8738338 | 5 years ago | | | 0 | 0.00017138800 | |
| 8738338 | 5 years ago | | | 0 | 0.00017126000 |
ABI
ABI objects
Getter at block 21165235 getBidIdList() view returns (bytes32[] bidIds)
ROLE_WHITELISTED() view returns (string)
whitelist
advertisementFinance() view returns (address)
0x63fe92c3817baea5b3e32e416ce2f1aac66f4a8d
advertisementStorage() view returns (address)
0xc18dac9b511bd8f99f5effd7a0d18152f965c393
appc() view returns (address)
0x1a7a8bd9106f2b8d977e08582dc7d24c723ab0db
getStorageAddress() view returns (address _storage)
0xc18dac9b511bd8f99f5effd7a0d18152f965c393
lastBidId() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000188
owner() view returns (address)
0xdbbd4a9d3f42d64ca12c06ce04f29320a2649851
Read-only
bidIdList(uint256) view returns (bytes32)
bytesToUint(bytes32 b) view returns (uint256)
checkRole(address _operator, string _role) view
getBudgetOfCampaign(bytes32 bidId) view returns (uint256 budget)
getCampaignValidity(bytes32 bidId) view returns (bool state)
getEndDateOfCampaign(bytes32 bidId) view returns (uint256 endDate)
getEndPointOfCampaign(bytes32 bidId) view returns (string url)
getOwnerOfCampaign(bytes32 bidId) view returns (address campaignOwner)
getPriceOfCampaign(bytes32 bidId) view returns (uint256 price)
getRewardsBalance(address _user) view returns (uint256 _balance)
getStartDateOfCampaign(bytes32 bidId) view returns (uint256 startDate)
hasRole(address _operator, string _role) view returns (bool)
isCampaignValid(bytes32 bidId) view returns (bool valid)
uintToBytes(uint256 i) view returns (bytes32 b)
userAttributions(bytes32, address) view returns (uint256)
whitelist(address _operator) view returns (bool)
State-modifying
Events addAddressToWhitelist(address _operator)
addAddressesToWhitelist(address[] _operators)
bulkRegisterPoA(bytes32 _bidId, bytes _rootHash, bytes _signature, uint256 _newHashes)
cancelCampaign(bytes32 bidId)
createCampaign(string packageName, uint256[3] countries, uint256[] vercodes, uint256 price, uint256 budget, uint256 startDate, uint256 endDate, string endPoint)
importBidIds(address _addrAdvert)
removeAddressFromWhitelist(address _operator)
removeAddressesFromWhitelist(address[] _operators)
renounceOwnership()
transferOwnership(address _newOwner)
upgradeFinance(address addrAdverFinance)
upgradeStorage(address addrAdverStorage)
withdraw()
BulkPoARegistered(bytes32 _bidId, bytes _rootHash, bytes _signature, uint256 _newHashes, uint256 _effectiveConversions)
CampaignInformation(bytes32 bidId, address owner, string ipValidator, string packageName, uint256[3] countries, uint256[] vercodes)
Error(string func, string message)
ExtendedCampaignInfo(bytes32 bidId, string endPoint)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdded(address indexed operator, string role)
RoleRemoved(address indexed operator, string role)
SinglePoARegistered(bytes32 _bidId, bytes _timestampAndHash, bytes _signature)
constructor(address _addrAppc, address _addrAdverStorage, address _addrAdverFinance)
This contract contains no fallback and receive objects.
This contract contains no error objects.