Copyright Token
Verified contract
Active on
Ethereum with 1,909 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 |
---|---|---|---|---|---|
WDT | ERC-20 | 0.0005 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18048853 | a year ago | | | 0 | 0.00062804756 | |
| 12576612 | 3 years ago | | | 0 | 0.00043731384 | |
| 10206260 | 4 years ago | | | 0 | 0.0026899500 | |
| 9913772 | 5 years ago | | | 0 | 0.0018829650 | |
| 9909771 | 5 years ago | | | 0 | 0.00038811000 | |
| 9909720 | 5 years ago | | | 0 | 0.0018838050 | |
| 9901309 | 5 years ago | | | 0 | 0.0018833850 | |
| 9900275 | 5 years ago | | | 0 | 0.0018829650 | |
| 9829021 | 5 years ago | | | 0 | 0.0018833850 | |
| 9784968 | 5 years ago | | | 0 | 0.00038811000 |
ABI
ABI objects
Getter at block 21163171
decimals() view returns (uint8)
18
name() view returns (string)
Copyright Token
owner() view returns (address)
0xbb2616792026dad83f695143a4fd67f7de5f4827
symbol() view returns (string)
CPYT
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
_assert(bool assertion) pure
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
safeAdd(uint256 a, uint256 b) pure returns (uint256)
safeDiv(uint256 a, uint256 b) pure returns (uint256)
safeMul(uint256 a, uint256 b) pure returns (uint256)
safeSub(uint256 a, uint256 b) pure returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
freezeAccount(address target, bool freeze)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnerShip(address newOwer)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address target, uint256 amount)
FrozenFunds(address target, bool frozen)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(string _name)
This contract contains no fallback and receive objects.
This contract contains no error objects.