ATCCOIN
Verified contract
Active on
Ethereum with 181,231 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 |
---|---|---|---|---|---|
ATCC | ERC-20 | 602 | -- | -- | |
ATCC | ERC-20 | 12 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
MYOU | ERC-20 | 0.3 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20628889 | 2 months ago | | | 0 | 0.000074551443 | |
| 20550398 | 3 months ago | | | 0 | 0.000065812500 | |
| 20550385 | 3 months ago | | | 0 | 0.000040514500 | |
| 20537489 | 3 months ago | | | 0 | 0.00011450001 | |
| 20537482 | 3 months ago | | | 0 | 0.00011784732 | |
| 20537468 | 3 months ago | | | 0 | 0.000059213500 | |
| 20537456 | 3 months ago | | | 0 | 0.000059213500 | |
| 20470006 | 3 months ago | | | 0 | 0.00021607513 | |
| 20453288 | 3 months ago | | | 0 | 0.000059343000 | |
| 19959210 | 5 months ago | | | 0 | 0.00056068130 |
ABI
ABI objects
Getter at block 21159580
basisPointsRate() view returns (uint256)
0
decimals() view returns (uint8)
18
maximumFee() view returns (uint256)
0
minimumFee() view returns (uint256)
0
name() view returns (string)
ATCCOIN
owner() view returns (address)
0x6f43fd7acee83ca03b1138b715804fb1b92aa956
symbol() view returns (string)
ATCC
totalSupply() view returns (uint256)
410000000000000000000000000
Read-only
allowance(address _from, address _spender) view returns (uint256 remaining)
balanceOf(address owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
decreaseSupply(uint256 amount)
increaseSupply(uint256 amount)
setParams(uint256 newBasisPoints, uint256 newMaxFee, uint256 newMinFee)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Issue(uint256 amount)
Params(uint256 feeBasisPoints, uint256 maximumFee, uint256 minimumFee)
Redeem(uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.