ArdCoin
Verified contract
Active on
Ethereum with 19,613 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ARDX | ERC-20 | 843.27566K | -- | -- | |
C4Y | ERC-20 | 1.5K | -- | -- | |
TC | ERC-20 | 0.25 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21085146 | 25 days ago | | | 0 | 0.00035342958 | |
| 21062556 | a month ago | | | 0 | 0.00024742450 | |
| 20702944 | 3 months ago | | | 0 | 0.000041304566 | |
| 20372322 | 4 months ago | | | 0 | 0.0014010900 | |
| 20174011 | 5 months ago | | | 0 | 0.000063763700 | |
| 19678542 | 7 months ago | | | 0 | 0.00043729603 | |
| 19369117 | 9 months ago | | | 0 | 0.0019225292 | |
| 19369080 | 9 months ago | | | 0 | 0.0041821139 | |
| 19356063 | 9 months ago | | | 0 | 0.0020210119 | |
| 19355871 | 9 months ago | | | 0 | 0.0037387865 |
ABI
ABI objects
Getter at block 21267180
decimals() view returns (uint8)
2
mintingFinished() view returns (bool)
false
name() view returns (string)
ArdCoin
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x5c735f84656f4a5f01a1c4448508981021c13427
symbol() view returns (string)
ARDX
totalSupply() view returns (uint256)
460000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 tokens) returns (bool success)
burn(uint256 _value)
finishMinting() returns (bool)
mint(address _to, uint256 _amount) returns (bool)
openMinting() returns (bool)
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
MintOpened()
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor(string _symbol, string _name, uint256 _supply, uint8 _decimals)
fallback()
This contract contains no error objects.