Genius Token & NFT Collections

Verified contract

Proxy

Active on Ethereum with 10,743 txns
Deployed by via 0x00231e7f at 19269335
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
-
variable spans 3 additional slots
-
variable spans 4 additional slots
-
variable spans 4 additional slots
-
variable spans 4 additional slots
ERC-20
Value $5.74
 (#0)
ERC-1555
--
0xeec18a0dde1b4476ffe07a93239013d98be50dd085c342dca83a24fd59efca17
0x4967fe3bfc2a91fa9e489a4bc286bae9ecbf3d4f92e1ba94ef1a08662899dc8b
0xc71e5af83fd8962474a4d80fe6f409d2a79b38905798594f06503c2cc0ea1a36
0x6bee9b94e6d96f42cd7475d4fed4bf9bb741b3da2a8b5dd24249409c70c67faf
0x5788ebca873a5c6ac22a97cfc35cb4bcc7433d55a9f936e3aa05926988f62862
0x9df4a3e968e326b172625ad2ded96411334f3efe1720949e7159fa17e0ad1a59
0x3b1f8038760d4ef24b3751da89253179ae88ef2ccb7309b0080c79cf4ec52b56
0xe50bea9aaa2e6c9296a9521b2c3361a1348dcd119e4deca13c6c659201fcf8d6
0x78bf23048e04e9e88049459371bff1af05ac6ff8cfb6908429c243c08d90bd46
0xe287e589239aeb5c8f9b910945ae2dc7a81fb965243153ea63502388f6e16206

Functions
Getter at block 21158174
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
UPGRADER_ROLE(view returns (bytes32)
0x189ab7a9244df0848122154315af71fe140f3db0fe014031783b0946b8c9d2e3
decimals(view returns (uint8)
18
name(view returns (string)
Genius Token & NFT Collections
paused(view returns (bool)
false
symbol(view returns (string)
GNUS
totalSupply(view returns (uint256)
1093262767055457784885620
Read-only
supportsInterface(bytes4 interfaceIdview returns (bool)
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
exists(uint256 idview returns (bool)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256 idview returns (uint256)
uri(uint256view returns (string)
State-modifying
GNUSBridge_Initialize220(
approve(address spenderuint256 amountreturns (bool)
burn(address accountuint256 iduint256 value
burn(address useruint256 amount
burnBatch(address accountuint256[] idsuint256[] values
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
grantRole(bytes32 roleaddress account
increaseAllowance(address spenderuint256 addedValuereturns (bool)
mint(address useruint256 amount
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
withdraw(uint256 amountuint256 id
Events
Approval(address indexed owneraddress indexed spenderuint256 value
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 value
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Unpaused(address account
Constructor
constructor(address _contractOwneraddress _diamondCutFacet
Fallback and receive
fallback(
receive(
Errors
InitializationFunctionReverted(address _initializationContractAddressbytes _calldata