CoinMarketCapApi
Verified contract
Active on
Ethereum with 0 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 "CoinMarketCapApi"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "CoinMarketCapApi"
ABI
ABI objects
Getter at block 21304033
_cost() view returns (uint256 _price)
1000000000000000
admin() view returns (address)
0x226df1e4112cf36c05aca3c200f4e4af5ece025f
gasAmount() view returns (uint256)
1000000000
totalRequests() view returns (uint256)
0
Read-only
_callbackAddress(uint256) view returns (address)
admins(address) view returns (bool)
getRequestMeta(uint256 _req_id) view returns (bool _active, bool _processed, string _ticker, uint256 _current_block, uint256 _expiry_block, uint256 _time)
requests(uint256, address) view returns (bool processed, bool active, string ticker, uint256 current_block, uint256 expiry_block, uint256 time)
State-modifying
Events processRequest(uint256 _req_id, uint256 _price) returns (bool)
requestPrice(string _ticker) payable
setGasAmount(uint256 _gasamount)
setPrice(uint256 _price)
transferEther(address _address)
transferOwnership(address _newAdmin)
newCMCRequest(uint256 indexed _req_id, string _ticker)
requestProcessed(uint256 indexed _req_id, uint256 _price)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.