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 "Cyrus Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9310227 | 5 years ago | | | 0 | 0.000036531000 | |
| 9306398 | 5 years ago | | | 0 | 0.000040164300 | |
| 9298782 | 5 years ago | | | 0 | 0.00078708000 | |
| 9286351 | 5 years ago | | | 0 | 0.000036513000 | |
| 9286266 | 5 years ago | | | 0 | 0.00012323138 | |
| 9286241 | 5 years ago | | | 0 | 0.00018256500 | |
| 9286209 | 5 years ago | | | 0 | 0.00029210400 | |
| 9286186 | 5 years ago | | | 0 | 0.00029239200 | |
| 9286172 | 5 years ago | | | 0 | 0.00029239200 | |
| 9285809 | 5 years ago | | | 0 | 0.00062133300 |
ABI
ABI objects
Getter at block 21165503
canAnyoneBurn() view returns (bool)
false
contractLocked() view returns (bool)
false
decimals() view returns (uint8)
6
feeDenominator() view returns (uint256)
0
feeNumerator() view returns (uint256)
0
isBurnable() view returns (bool)
false
maxFee() view returns (uint256)
0
minFee() view returns (uint256)
0
name() view returns (string)
Cyrus Coin
owner() view returns (address)
0xb6bfc75d98d7da4433d7d34a0bbe2bc1b02ed6f4
symbol() view returns (string)
CRS
totalSupply() view returns (uint256)
2000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256 remaining)
allowed(address, address) view returns (uint256)
balanceOf(address owner) view returns (uint256 balance)
balances(address) view returns (uint256)
calculateFee(uint256 value) view returns (uint256 requiredFee)
isAddressFrozen(address target) view returns (bool frozen)
minters(address) view returns (bool)
State-modifying
Events adjustMinter(address minter, bool canMint)
approve(address spender, uint256 value) returns (bool success)
burn(uint256 value) returns (bool success)
freezeAddress(address target, bool freeze)
lockContract()
mint(address to, uint256 value)
setBurnPolicy(bool _isBurnable, bool _canAnyoneBurn)
setFee(uint256 _feeNumerator, uint256 _feeDenominator, uint256 _minFee, uint256 _maxFee)
transfer(address to, uint256 value) returns (bool success)
transferFrom(address from, address to, uint256 value) returns (bool success)
transferOwner(address newOwner)
unlockContract()
withdrawFees(address to) returns (bool success)
AddressFroze(address target, bool isFrozen)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, uint8 _decimals, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.