RiserBotz

Verified contract

Active on Ethereum with 2,305 txns
Deployed by via 0xc44c740c at 16424918
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "RiserBotz"

0x5ad2a5580ed895e66f434fc633a8e057888bd35b285e053089d8b18d57295ffc
0x4dc0408b70510bbe1905ad6e84ceb9a5da4ca91eacc6fa1021ded189269cb158
0xa633b8e6a157945089b4a088cae32a3064631465d0c390acf9b38dc5e0ef1714
0x28224005ff4076fddec62bfd00e0e2a47420d9b5beb6333750d92eb52501e1a5
0xd049fe8513d87ebbfe489dc8e2b2a8ea37ba6dc2c5e02c12ee1ab5b34b145f3d
0x85e09bb156e095e4b57bf00f67bdda14b3cef8f12a47b281c7fcec7f69c928b6
0x210c6dec5777fb17bae28e9a2e5012156ff29357326d2321a50ca0967027dcd1
0xbe05e454200dadce58310350e6e350c082cd3969452abb23c2b2ae0aa6fc57e2
0x097e3da2711e49181c7335963549bd3290909262d83d6c1e66f291ee668c796c
0x46e6b6ab70505793b65c03e9932db26ec163a230ba289146bfa353c7cff59e23

Functions
Getter at block 20861044
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
maxSupply(view returns (uint256)
10000
mintFee(view returns (uint256)
30000000000000000
name(view returns (string)
RiserBotz
owner(view returns (address)
0xd247e827d5ebbd5133ba5159d324bff12472efe9
symbol(view returns (string)
RISERBOTZ
totalSupply(view returns (uint256)
10000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWalletLocked(address fromAddressview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256uint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airDrop(address[] addresses
approve(address touint256 tokenId
extendLockTokens(uint48 length
lockTokens(address altAccountuint48 length
mint(address toAddressuint256 numOfTokenspayable 
reveal(string baseURI
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setMaxLimit(uint256 newLimit
setMintActive(bool active
setMintFee(uint256 newFeeuint256 decimals
setPreRevalURI(string uri
setRoyaltyAddress(address newAddress
setRoyaltyFee(uint256 newFee
setSkipCheck(bool checkValue
transferBalance(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unlockTokens(address accountToUnlock
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
LockTokens(address indexed accountaddress indexed altAccountuint256 length
LockTokensExtend(address indexed accountuint256 length
MaxLimitUpdated(uint256 newLimit
MintActiveUpdated(bool active
MintFeeUpdated(uint256 newMintFee
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PreRevealURIUpdated(string uri
RoyaltyAddressUpdated(address indexed contractAddress
RoyaltyFeeUpdated(uint256 newValue
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address royaltyAddress
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AmountMustBeGreaterThanZero(
CallerNotApproved(
CallerNotOwner(
ExceededTheLimit(
FailedEthSend(
LockTimeTooLong(
LockTimeTooShort(
MintNotActive(
NotEnoughAmount(
NotZeroAddress(
OperatorNotAllowed(address operator
TokensLocked(
Unlocked(