Rizz Coin
Verified contract
Proxy
Active on
Ethereum with 793 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
4 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
$RIZZ | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20947908 | 2 months ago | | | 0 | 0.00074971000 | |
| 20659790 | 3 months ago | | | 0 | 0.000057506665 | |
| 20637490 | 3 months ago | | | 0 | 0.000051504210 | |
| 20637478 | 3 months ago | | | 0 | 0.000053178058 | |
| 20458452 | 4 months ago | | | 0 | 0.000070715810 | |
| 20458421 | 4 months ago | | | 0 | 0.000054361751 | |
| 20457991 | 4 months ago | | | 0 | 0.000057561011 | |
| 20457958 | 4 months ago | | | 0 | 0.000074050009 | |
| 20457930 | 4 months ago | | | 0 | 0.000079907646 | |
| 20457917 | 4 months ago | | | 0 | 0.000080136778 |
ABI
ABI objects
Getter at block 21292132 proxiableUUID() view returns (bytes32)
decimals() view returns (uint8)
18
getFeeDivisor() view returns (uint256)
1000
getMaxSupply() view returns (uint256)
690690690690000000000000000000
getTransferFees() view returns (uint256)
69
name() view returns (string)
Rizz Coin
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
symbol() view returns (string)
$RIZZ
totalSupply() view returns (uint256)
690690690690000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isWalletBlacklisted(address wallet) view returns (bool)
isWalletExcluded(address wallet) view returns (bool)
State-modifying
Events BlacklistWallet(address wallet, bool status)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeWallet(address wallet, bool status)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
pause()
renounceOwnership()
setTransferFees(uint256 transferFees_, uint256 feeDivisor_)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed spender, uint256 value)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
TransferFeesUpdated(uint256 indexed fees, uint256 indexed divisor)
Unpaused(address account)
Upgraded(address indexed implementation)
WalletBlacklisted(address indexed wallet, bool indexed status)
WalletExcluded(address indexed wallet, bool indexed status)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.