SND Genesis Battle Pass

Verified contract

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

No balances found for "SND Genesis Battle Pass"

0x8549faae4a9899fcfba4520408b571444c78c778c517b7a1f936fc0c2b2257b7
0x5cef53e31168df1ba6d2703487db7fdda43fd2ce8ece75c90cbc2452f3ae155f
0x0c58e50be2f75feac1626576ee0cd2c82b40c099d2cd90ce156417e169283cbe
0xd6e1a6be196c6b8dd67c193f735cc51c32169ffb33efa641106aff3bebcc3388
0xb2e64b6f8ff01234d7ae5ac37183e6d9387c1c179efc0789b583dc7a18c9b8f7
0x6d7301c0fb52c52c00da404a977e3891483b4d2a7fa19a929a6de1aff6810840
0xe1515ecbb395ec57b3c4f3a85d93b2a9c4081e2be964048c6c7e207716343561
0xd9a34ba3870073f5327389a16d57ac42e6f6b52d2a3cf7a35a7f11b254bd02c3
0x2036ce9f9e9c432180af7e1efbaaf79f3ad6379181575c4e462b404dc3c7e82a
0x5a27af0a98ecb0957e65990baa4860e894bf9215aca354a3060921aed8934520

Functions
Getter at block 21158350
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
GOLD(view returns (address)
0xa78bcbb74b822e74a847897d2d1d2d5ee2c76bd8
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
lockPeriod(view returns (uint32)
2592000
name(view returns (string)
SND Genesis Battle Pass
symbol(view returns (string)
SNDBP
totalSupply(view returns (uint256)
4643
treasurer(view returns (address)
0x5c2f4549ea428012e4aca86a89993032ec822a0d
unlockPrice(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
lockOf(uint256 _tokenIdview returns (uint256)
locks(uint256view returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
senderAllowlist(addressview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
grantRole(bytes32 roleaddress account
lock(uint256 _tokenIduint32 expired
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
safeBatchMint(address toint32 amount
safeMint(address toreturns (uint256 tokenId)
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setAllowList(address _ctr
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string _url
setGold(address _gold
setLockPeriod(uint32 _period
setTreasurer(address _treasurer
setUnlockPrice(uint256 _price
transferFrom(address fromaddress touint256 tokenId
unlock(uint256 _tokenIduint32 expired
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Locked(address owneruint256 tokenId
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 indexed tokenId
Unlocked(address owneruint256 tokenId
Constructor
constructor(address _treasureraddress _gold
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
AddressEmptyCode(address target
AddressInsufficientBalance(address account
ERC721EnumerableForbiddenBatchMint(
ERC721IncorrectOwner(address senderuint256 tokenIdaddress owner
ERC721InsufficientApproval(address operatoruint256 tokenId
ERC721InvalidApprover(address approver
ERC721InvalidOperator(address operator
ERC721InvalidOwner(address owner
ERC721InvalidReceiver(address receiver
ERC721InvalidSender(address sender
ERC721NonexistentToken(uint256 tokenId
ERC721OutOfBoundsIndex(address owneruint256 index
FailedInnerCall(
SafeERC20FailedOperation(address token