Checks by DN404
Verified contract
Active on
Ethereum with 46 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 "Checks by DN404"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19247863 | 9 months ago | | | 0 | 0.00048225209 | |
| 19243030 | 9 months ago | | | 0 | 0.0022832138 | |
| 19243017 | 9 months ago | | | 0 | 0.0020410879 | |
| 19243015 | 9 months ago | | | 0 | 0.0016936696 | |
| 19242999 | 9 months ago | | | 0 | 0.0018109141 | |
| 19242997 | 9 months ago | | | 0 | 0.0018623541 | |
| 19242997 | 9 months ago | | | 0 | 0.0019296638 | |
| 19242997 | 9 months ago | | | 0 | 0.0036811382 | |
| 19242996 | 9 months ago | | | 0 | 0.0019606446 | |
| 19242995 | 9 months ago | | | 0 | 0.0022017821 |
ABI
ABI objects
Getter at block 21295473
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 (uint8)
0
maxBalanceLimitLocked() view returns (bool)
false
mirrorERC721() view returns (address)
0x8ad357323655319a7ec39c6ad4958fc261f78b18
name() view returns (string)
Checks by DN404
nameAndSymbolLocked() view returns (bool)
false
owner() view returns (address result)
0x9724b9911e4631f889d819738f75ccd34de30db5
symbol() view returns (string)
CHECKS
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, uint256 __supply)
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(uint8 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
updateAllowances(address[] _array, bool _allowance)
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(string __name, string __symbol, uint256 __supply)
fallback()
receive()
AlreadyInitialized()
ApprovalCallerNotOwnerNorApproved()
DNAlreadyInitialized()
InsufficientAllowance()
InsufficientBalance()
LinkMirrorContractFailed()
Locked()
MaxBalanceLimitReached()
MirrorAddressIsZero()
NewOwnerIsZeroAddress()
NoHandoverRequest()
SenderNotMirror()
TokenDoesNotExist()
TotalSupplyOverflow()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToZeroAddress()
Unauthorized()