SND Genesis Battle Pass
Verified contract
Active on
Ethereum with 12,265 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa78b…6bd8
Balances ($0.00)
No balances found for "SND Genesis Battle Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21134068 | 3 days ago | | | 0 | 0.00053020139 | |
| 21057558 | 14 days ago | | | 0 | 0.00042480504 | |
| 21049205 | 15 days ago | | | 0 | 0.00096964341 | |
| 21049193 | 15 days ago | | | 0 | 0.00075028865 | |
| 21049187 | 15 days ago | | | 0 | 0.00031082966 | |
| 21049186 | 15 days ago | | | 0 | 0.00025310183 | |
| 21049185 | 15 days ago | | | 0 | 0.00029110950 | |
| 21049184 | 15 days ago | | | 0 | 0.00033548604 | |
| 21047929 | 15 days ago | | | 0 | 0.00041546605 | |
| 21047927 | 15 days ago | | | 0 | 0.00033498958 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
lockOf(uint256 _tokenId) view returns (uint256)
locks(uint256) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
senderAllowlist(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
grantRole(bytes32 role, address account)
lock(uint256 _tokenId, uint32 expired)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
safeBatchMint(address to, int32 amount)
safeMint(address to) returns (uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAllowList(address _ctr)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _url)
setGold(address _gold)
setLockPeriod(uint32 _period)
setTreasurer(address _treasurer)
setUnlockPrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
unlock(uint256 _tokenId, uint32 expired)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Locked(address owner, uint256 tokenId)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unlocked(address owner, uint256 tokenId)
constructor(address _treasurer, address _gold)
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ERC721EnumerableForbiddenBatchMint()
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 tokenId)
ERC721InvalidApprover(address approver)
ERC721InvalidOperator(address operator)
ERC721InvalidOwner(address owner)
ERC721InvalidReceiver(address receiver)
ERC721InvalidSender(address sender)
ERC721NonexistentToken(uint256 tokenId)
ERC721OutOfBoundsIndex(address owner, uint256 index)
FailedInnerCall()
SafeERC20FailedOperation(address token)