RizzCoin
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
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
Balances ($0.00)
No balances found for "RizzCoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "RizzCoin"
ABI
ABI objects
Getter at block 21292132
decimals() view returns (uint8)
18
getFeeDivisor() view returns (uint256)
0
getMaxSupply() view returns (uint256)
0
getTransferFees() view returns (uint256)
0
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
symbol() view returns (string)
totalSupply() view returns (uint256)
0
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)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.