KillaBear 404
Verified contract
Active on
Ethereum with 78 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 8 additional slots
Balances ($0.00)
No balances found for "KillaBear 404"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19226831 | 10 months ago | | | 0 | 0.0021074340 | |
| 19226733 | 10 months ago | | | 0 | 0.0035907951 | |
| 19226704 | 10 months ago | | | 0 | 0.0041759047 | |
| 19226644 | 10 months ago | | | 0 | 0.0019525356 | |
| 19226642 | 10 months ago | | | 0 | 0.0019891687 | |
| 19226603 | 10 months ago | | | 0 | 0.0017748938 | |
| 19226577 | 10 months ago | | | 0 | 0.0016003866 | |
| 19226551 | 10 months ago | | | 0 | 0.0011615609 | |
| 19226517 | 10 months ago | | | 0 | 0.0015028577 | |
| 19226504 | 10 months ago | | | 0 | 0.0014008407 |
ABI
ABI objects
Getter at block 21393832
ADMIN_ROLE() view returns (uint256)
1
baseURILocked() view returns (bool)
false
decimals() pure returns (uint8)
18
gasBurnFactor() view returns (uint32)
0
gasBurnFactorLocked() view returns (bool)
false
maxBalanceLimit() view returns (uint256)
1000
maxBalanceLimitLocked() view returns (bool)
false
mirrorERC721() view returns (address)
0x4b5378c1b228937ae28620bc6c336889ecf525b2
name() view returns (string)
KillaBear 404
nameAndSymbolLocked() view returns (bool)
false
owner() view returns (address result)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
KILLABEAR
totalSupply() view returns (uint256)
1000000000000000000000
whitelistLocked() view returns (bool)
false
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getSkipNFT(address a) view returns (bool)
hasAllRoles(address user, uint256 roles) view returns (bool)
hasAnyRole(address user, uint256 roles) view returns (bool)
isWhitelisted(address target) view returns (bool)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
rolesOf(address user) view returns (uint256 roles)
tokenURI(uint256 id) view returns (string result)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
grantRoles(address user, uint256 roles) payable
initialize(address mirror)
lockBaseURI()
lockGasBurnFactor()
lockGasWhitelist()
lockMaxBalanceLimit()
lockNameAndSymbol()
renounceOwnership() payable
renounceRoles(uint256 roles) payable
requestOwnershipHandover() payable
revokeRoles(address user, uint256 roles) payable
setBaseURI(string baseURI_)
setGasBurnFactor(uint32 gasBurnFactor_)
setMaxBalanceLimit(uint256 value)
setNameAndSymbol(string name_, string symbol_)
setSkipNFT(bool skipNFT)
setWhitelist(address target, bool status)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner) payable
withdraw()
Approval(address indexed owner, address indexed spender, uint256 amount)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
RolesUpdated(address indexed user, uint256 indexed roles)
SkipNFTSet(address indexed target, bool status)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(address initialOwner)
fallback()
receive()
AlreadyInitialized()
ApprovalCallerNotOwnerNorApproved()
DNAlreadyInitialized()
InsufficientAllowance()
InsufficientBalance()
LinkMirrorContractFailed()
Locked()
MaxBalanceLimitReached()
MirrorAddressIsZero()
NewOwnerIsZeroAddress()
NoHandoverRequest()
SenderNotMirror()
TokenDoesNotExist()
TotalSupplyOverflow()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToZeroAddress()
Unauthorized()