BT404OG

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x59b66e9a at 20188189
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 17 additional slots

No balances found for "BT404OG"

No transactions found for "BT404OG"


Functions
Getter at block 20940833
decimals(pure returns (uint8)
18
mirrorERC721(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
owner(view returns (address result)
0x0000000000000000000000000000000000000001
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
symbol(view returns (string)
totalSupply(view returns (uint256)
0
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address ownerview returns (uint256)
getSkipNFT(address ownerview returns (bool)
hasAllRoles(address useruint256 rolesview returns (bool)
hasAnyRole(address useruint256 rolesview returns (bool)
ownershipHandoverExpiresAt(address pendingOwnerview returns (uint256 result)
rolesOf(address userview returns (uint256 roles)
tokenURI(uint256 tokenIdview returns (string result)
State-modifying
approve(address spenderuint256 amountreturns (bool)
cancelOwnershipHandover(payable 
completeOwnershipHandover(address pendingOwnerpayable 
grantRoles(address useruint256 rolespayable 
initialize(string name_string symbol_address mirrorpayable 
renounceOwnership(payable 
renounceRoles(uint256 rolespayable 
requestOwnershipHandover(payable 
revokeRoles(address useruint256 rolespayable 
setBaseURI(string baseURI_
setExchangeNFTFeeRate(uint256 feeBips
setListMarketNFTFeeRate(uint256 feeBips
setNameAndSymbol(string name_string symbol_
setSkipNFT(bool skipNFTreturns (bool)
setSkipNFTFor(address accountbool state
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
transferOwnership(address newOwnerpayable 
upgradeToAndCall(address newImplementationbytes datapayable 
withdraw(address token
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ExchangeMarketFeeSet(uint256 feeBips
ListMarketFeeSet(uint256 feeBips
OwnershipHandoverCanceled(address indexed pendingOwner
OwnershipHandoverRequested(address indexed pendingOwner
OwnershipTransferred(address indexed oldOwneraddress indexed newOwner
RolesUpdated(address indexed useruint256 indexed roles
SkipNFTSet(address indexed targetbool status
Transfer(address indexed fromaddress indexed touint256 amount
Upgraded(address indexed implementation
Constructor
constructor(
Fallback and receive
fallback(
receive(
Errors
AlreadyInitialized(
ApprovalCallerNotOwnerNorApproved(
DNAlreadyInitialized(
ExchangeSameToken(
ExchangeTokenLocked(
InsufficientAllowance(
InsufficientBalance(
InsufficientBalanceToMaintainLockedTokens(
InvalidOrderToken(
InvalidSalePrice(
InvalidSellerOrBuyer(
InvalidUnit(
LinkMirrorContractFailed(
MirrorAddressIsZero(
NewOwnerIsZeroAddress(
NoHandoverRequest(
SenderNotMirror(
TokenDoesNotExist(
TokenLockStatusNoChange(
TokenNotLocked(
TotalSupplyOverflow(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToZeroAddress(
Unauthorized(
UnauthorizedCallContext(
UpgradeFailed(