Crypto Accept
Verified contract
Active on
Ethereum with 870 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 "Crypto Accept"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19467567 | 8 months ago | | | 0 | 0.0013978000 | |
| 18675330 | a year ago | | | 0 | 0.0012801054 | |
| 18454901 | a year ago | | | 0 | 0.00057550078 | |
| 18407010 | a year ago | | | 0 | 0.00059976571 | |
| 18396999 | a year ago | | | 0 | 0.00028744412 | |
| 18219644 | a year ago | | | 0 | 0.00060123654 | |
| 17475212 | a year ago | | | 0 | 0.00067360131 | |
| 17243477 | 2 years ago | | | 0 | 0.0024821470 | |
| 16939341 | 2 years ago | | | 0 | 0.0013628935 | |
| 16711645 | 2 years ago | | | 0 | 0.0010458982 |
ABI
ABI objects
Getter at block 21262080
decimals() view returns (uint8)
18
name() view returns (string)
Crypto Accept
owner() view returns (address)
0x0e841dee0ae230c0948784a2a1ae57880de02d04
symbol() view returns (string)
ACPT
totalSupply() view returns (uint256)
799000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value)
multiTransfer(address[] _receivers, uint256[] _values) returns (bool success)
multiTransferSingleValue(address[] _receivers, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, uint8 decimalUnits, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.