xKick

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0x4a832a6d at 20274135
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots

No balances found for "xKick"

No transactions found for "xKick"


Functions
Getter at block 22774910
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
decimals(view returns (uint8)
18
kick(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
symbol(view returns (string)
totalSupply(view returns (uint256)
0
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getRedemptionRequest(address accountuint256 indexview returns (struct xKickRedemptionRequest)
getRedemptionRequestCount(address accountview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(uint256 value
burnFrom(address accountuint256 value
cancelRedemption(uint256 index
changeKickAddress(address _newKick
changeRedemptionStatus(bool isActive
completeRedemption(uint256 index
grantRole(bytes32 roleaddress account
initialize(
mint(address touint256 amount
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
startRedemption(uint256 amountuint256 duration
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Initialized(uint64 version
KickAddressChanged(address indexed newKickAddress
RedemptionCancelled(address indexed useruint256 indexed index
RedemptionCompleted(address indexed useruint256 indexed index
RedemptionStarted(address indexed useruint256 indexed index
RedemptionStatusChanged(bool isActive
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
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
AddressNotInWhitelist(
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
IndexOutOfBounds(
InvalidInitialization(
NotInitializing(