CryptoCrawlerz
Verified contract
Active on
Ethereum with 303 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 "CryptoCrawlerz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20288100 | 4 months ago | | | 0 | 0.00015446320 | |
| 18296902 | a year ago | | | 0 | 0.00045403655 | |
| 18255916 | a year ago | | | 0 | 0.00036139756 | |
| 18019534 | a year ago | | | 0 | 0.0011188654 | |
| 17132191 | 2 years ago | | | 0 | 0.0024871425 | |
| 17130283 | 2 years ago | | | 0 | 0.0013154568 | |
| 17125892 | 2 years ago | | | 0 | 0.0016451899 | |
| 17125889 | 2 years ago | | | 0 | 0.0015444561 | |
| 17061595 | 2 years ago | | | 0 | 0.00071354098 | |
| 17061509 | 2 years ago | | | 0 | 0.0012100190 |
ABI
ABI objects
Getter at block 21159530
CONTINUE_MINTING() view returns (bool)
true
PAUSED() view returns (bool)
false
TARGET_USER() view returns (address)
0x7af83a00bc192066be99ecf194ed425f0d3bf0d4
TOKEN_DECIMALS() view returns (uint256)
18
TOKEN_DECIMALS_UINT8() view returns (uint8)
18
TOKEN_DECIMAL_MULTIPLIER() view returns (uint256)
1000000000000000000
TOKEN_NAME() view returns (string)
CryptoCrawlerz
TOKEN_SYMBOL() view returns (string)
BUGZ
decimals() pure returns (uint8 _decimals)
18
initialized() view returns (bool)
true
mintingFinished() view returns (bool)
false
name() pure returns (string _name)
CryptoCrawlerz
owner() view returns (address)
0xf22ee367477fa3291d74741973042a4c5b30840f
paused() view returns (bool)
false
symbol() pure returns (string _symbol)
BUGZ
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
actualBalanceOf(address _owner) view returns (uint256 balance)
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
freezingBalanceOf(address _owner) view returns (uint256 balance)
freezingCount(address _addr) view returns (uint256 count)
getFreezing(address _addr, uint256 _index) view returns (uint64 _release, uint256 _balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
freezeTo(address _to, uint256 _amount, uint64 _until)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
mintAndFreeze(address _to, uint256 _amount, uint64 _until) returns (bool)
pause()
releaseAll() returns (uint256 tokens)
releaseOnce()
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool _success)
transferFrom(address _from, address _to, uint256 _value) returns (bool _success)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Freezed(address indexed to, uint64 release, uint256 amount)
Initialized()
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Released(address indexed owner, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.