2CrazyToken
Verified contract
Active on
Ethereum with 8,648 txns
Balances ($0.00)
No balances found for "2CrazyToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21008617 | 21 days ago | | | 0 | 0.00031592600 | |
| 20996909 | 22 days ago | | | 0 | 0.00024143342 | |
| 20905195 | a month ago | | | 0 | 0.000097107968 | |
| 20719429 | 2 months ago | | | 0 | 0.000054694114 | |
| 20319585 | 4 months ago | | | 0 | 0.00040090478 | |
| 20297647 | 4 months ago | | | 0 | 0.00014655519 | |
| 20008941 | 5 months ago | | | 0 | 0.00018848716 | |
| 19870857 | 6 months ago | | | 0 | 0.00033937774 | |
| 19637546 | 7 months ago | | | 0 | 0.00051977005 | |
| 19623705 | 7 months ago | | | 0 | 0.00072489525 |
ABI
ABI objects
Getter at block 21157438
DOMAIN_SEPARATOR() view returns (bytes32)
0xcc8bf05ff86ef37e2de4e278840f586911532f7ce44aa7b6c439095f521ab79e
MAX_CAP() view returns (uint256)
500000000000000000000000000
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
18
governance() view returns (address)
0x180385e6c03fb596d0eb5c33d3f9b461bf8aa635
name() view returns (string)
2CrazyToken
owner() view returns (address)
0xb9dfe45d664e3ad35d280225fb21310f45c71d7a
symbol() view returns (string)
2CRZ
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
recoverToken(address token, address destination, uint256 amount)
renounceOwnership()
setGovernance(address _governance)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RecoverToken(address indexed token, address indexed destination, uint256 indexed amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.