Immortals
Verified contract
Proxy
Active on
Ethereum with 12,212 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
0xe937…c120
Balances ($0.00)
No balances found for "Immortals"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21162550 | 2 hours ago | | | 0 | 0.0012411806 | |
| 21162536 | 2 hours ago | | | 0 | 0.0013378600 | |
| 21150226 | 2 days ago | | | 0 | 0.00077878221 | |
| 21148245 | 2 days ago | | | 0 | 0.00075972957 | |
| 21138973 | 3 days ago | | | 0 | 0.0010560671 | |
| 21136966 | 4 days ago | | | 0 | 0.0017339665 | |
| 21132922 | 4 days ago | | | 0 | 0.0012048825 | |
| 21129777 | 5 days ago | | | 0 | 0.0010045317 | |
| 21126922 | 5 days ago | | | 0 | 0.0023420511 | |
| 21124143 | 5 days ago | | | 0 | 0.00038577044 |
ABI
ABI objects
Getter at block 21163028 proxiableUUID() view returns (bytes32)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
_FALSE() view returns (uint256)
1
_TRUE() view returns (uint256)
2
baseURI() view returns (string)
https://api.skybornegenesis.com/metadata/nft/immortals/
contractURI() view returns (string)
getTokenLockingEnabled() view returns (bool)
true
getTrustedForwarder() view returns (address forwarder)
0x0000000000000000000000000000000000000000
maxSupply() view returns (uint256)
9999
name() view returns (string)
Immortals
owner() view returns (address)
0xbe34c5e37c9d8f49b81ab84839a3bf088d192cc2
provenanceHash() view returns (bytes32)
0xb7c49a3a8fce99786559a2f429beb0f51bd8a2c6cf6f13040bef590f518d2099
randomOffset() view returns (uint256)
8675
revealed() view returns (uint256)
2
royaltyAddress() view returns (address)
0xb499dd126bf04d923e83a053625d74df9c6a3cd3
royaltyBasisPoints() view returns (uint256)
750
startTokenId() view returns (uint256)
1
symbol() view returns (string)
$SGI
totalSupply() view returns (uint256)
9999
vrfKeeperContract() view returns (address)
0xe9371151512e0e48a8ebff1759599069a9cac120
Read-only
balanceOf(address owner) view returns (uint256)
batchLocked(uint256[] tokenIds) view returns (bool[])
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
getTokenLockedState(uint256 tokenId) view returns (bool lockedState, struct ILockableV3LockInfo lockInfo)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
locked(uint256 tokenId) view returns (bool isLocked)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events acceptOwnership()
adminUnlockTokens(uint256[] tokenIds)
approve(address operator, uint256 tokenId)
cancelOwnershipTransfer()
disableTokenLocking()
emitBatchMetadataUpdate(uint256 fromTokenId, uint256 toTokenId)
enableTokenLocking()
grantRole(bytes32 role, address account)
initialize()
lockTokens(uint256[] tokenIds, uint256 lockDuration)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeMint(address to, uint256 quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setContractURI(string newContractURI)
setMaxSupply(uint256 newMaxSupply)
setProvenanceHash(bytes32 newProvenanceHash)
setRoyaltyInfo(struct ISeaDropTokenContractMetadataUpgradeableRoyaltyInfo newInfo)
setTrustedForwarder(address _forwarder)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newPotentialOwner)
triggerBatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
unlockTokens(uint256[] tokenIds)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchLocked(uint256[] tokenIds, uint256 duration, address owner)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
BatchUnlocked(uint256[] tokenIds)
BeaconUpgraded(address indexed beacon)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
ContractURIUpdated(string newContractURI)
Initialized(uint8 version)
Locked(uint256 tokenId)
LockingEnabledToggle(bool arg0)
MaxSupplyUpdated(uint256 newMaxSupply)
OverrideLockToggle(bool arg0)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PotentialOwnerUpdated(address newPotentialAdministrator)
ProvenanceHashUpdated(bytes32 previousHash, bytes32 newHash)
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)
RoyaltyInfoUpdated(address receiver, uint256 bps)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unlocked(uint256 tokenId)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
AlreadyInitialized()
AlreadyRevealed()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
CannotExceedMaxSupplyOfUint64(uint256 newMaxSupply)
InvalidRoyaltyBasisPoints(uint256 basisPoints)
InvalidToken()
MintERC2309QuantityExceedsLimit()
MintQuantityExceedsMaxSupply(uint256 total, uint256 maxSupply)
MintToZeroAddress()
MintZeroQuantity()
NewOwnerIsZeroAddress()
NotFullyMinted()
NotNextOwner()
OnlyOwner()
OperationBlockedByOverride()
OperationBlockedByTokenLock()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
ProvenanceHashCannotBeSetAfterMintStarted()
RoyaltyAddressCannotBeZeroAddress()
TokenLockingDisabled()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
Unauthorized()