ARNA Panacea
Verified contract
Active on
Ethereum with 246 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 "ARNA Panacea"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4674353 | 7 years ago | | | 0 | 0.00050240400 | |
| 4589803 | 7 years ago | | | 0 | 0.00078162000 | |
| 4581154 | 7 years ago | | | 0.05 | 0.00098700000 | |
| 4581148 | 7 years ago | | | 0.08 | 0.00098700000 | |
| 4581143 | 7 years ago | | | 0.1 | 0.00098700000 | |
| 4581124 | 7 years ago | | | 0.1 | 0.00098700000 | |
| 4568571 | 7 years ago | | | 0 | 0.0010966200 | |
| 4568569 | 7 years ago | | | 0 | 0.0010966200 | |
| 4568549 | 7 years ago | | | 0 | 0.00078162000 | |
| 4568549 | 7 years ago | | | 0 | 0.0010952760 |
ABI
ABI objects
Getter at block 21305614
decimals() view returns (uint8)
5
maxDonationInWei() view returns (uint256)
110000000000000000000
maxTokensToMint() view returns (uint256)
100000000000
minDonationInWei() view returns (uint256)
300000000000000000
mintingFinished() view returns (bool)
false
name() view returns (string)
ARNA Panacea
owner() view returns (address)
0x53848b84f9ff25bf791cbe310034ee3ec9c86721
rate() view returns (uint256)
282
symbol() view returns (string)
ARNA
totalSupply() view returns (uint256)
17072602021
totalWeiFunded() view returns (uint256)
433540062973660000000
wallet() view returns (address)
0x232db7cc15b64a719d3e2737e248d905180dbfd2
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
donations(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
buyTokens(address beneficiary) payable
changeMaxDonationLimit(uint256 _newLimit) returns (bool)
changeMinDonationLimit(uint256 _newLimit) returns (bool)
changeRate(uint256 _newRate) returns (bool)
finishMinting() returns (bool)
mint(address _to, uint256 _amount) returns (bool)
mintByOwner(address _to, uint256 _value) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
TokenPurchase(address indexed purchaser, address indexed beneficiary, uint256 value, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _rate, uint256 _maxTokensToMint, uint256 _maxDonationInWei, uint256 _minDonationInWei, address _wallet, string _name, string _symbol, uint8 _decimals)
fallback()
This contract contains no error objects.