Alpha Coin Tech
Verified contract
Active on
Ethereum with 66 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 "Alpha Coin Tech"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19797598 | 6 months ago | | | 0 | 0.00016349718 | |
| 18030295 | a year ago | | | 0 | 0.00084090065 | |
| 18030194 | a year ago | | | 0 | 0.00090116148 | |
| 18030188 | a year ago | | | 0 | 0.0012481001 | |
| 18030163 | a year ago | | | 0 | 0.0011295989 | |
| 18030150 | a year ago | | | 0 | 0.0013403875 | |
| 18030056 | a year ago | | | 0 | 0.0013494919 | |
| 18029960 | a year ago | | | 0 | 0.0017529356 | |
| 18029922 | a year ago | | | 0 | 0.0022408847 | |
| 18029893 | a year ago | | | 0 | 0.0015347827 |
ABI
ABI objects
Getter at block 21208055
MAX_SUPPLY() view returns (uint256)
1000000000000000000000000000000
addressCommunity() view returns (address)
0x38bc2402c15fc293b137036d80149bbc85cc7a1f
addressPair() view returns (address)
0x0000000000000000000000000000000000000000
amountSettleFee() view returns (uint256)
200000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Alpha Coin Tech
owner() view returns (address)
0x38bc2402c15fc293b137036d80149bbc85cc7a1f
paused() view returns (bool)
false
rateBuy() view returns (uint256)
300
rateSell() view returns (uint256)
300
router() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
ACT
totalSupply() view returns (uint256)
1000000000000000000000000000000
Read-only
addressesNoFee(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
init(address addrRouter)
pause()
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
updateAddressCommunity(address _addressCommunity, uint256 _amountSettleFee)
updateAddressesNoFee(address addr, bool enable)
updateRate(uint256 _rateSell, uint256 _rateBuy)
withdrawToken(address _token)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
receive()
This contract contains no error objects.