Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe3ad…bc7f
5 additional
variables
Balances ($0.00)
No balances found for "SOULS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21138165 | 21 days ago | | | 0 | 0.0014776174 | |
| 21121138 | 24 days ago | | | 0 | 0.00022562755 | |
| 21109033 | a month ago | | | 0 | 0.00034319139 | |
| 21106803 | a month ago | | | 0 | 0.00010147834 | |
| 21103283 | a month ago | | | 0 | 0.00018594305 | |
| 21102293 | a month ago | | | 0 | 0.00013825343 | |
| 21062122 | a month ago | | | 0 | 0.00015037480 | |
| 21058952 | a month ago | | | 0 | 0.0017655475 | |
| 20836679 | 2 months ago | | | 0 | 0.0012006828 | |
| 20774577 | 2 months ago | | | 0 | 0.00035336547 |
ABI
ABI objects
Getter at block 21292015
active() view returns (bool)
false
claimEndTime() view returns (uint256)
0
claimStartTime() view returns (uint256)
0
endTime() view returns (uint256)
0
getAdmins() view returns (address[] admins)
[0x7Af6ECd8c7BFE0039AcAdDD76CBb99B11afe426B]
name() view returns (string)
SOULS
owner() view returns (address)
0x4050a385282aa63b1a3be1fc91389293ecc71f56
presaleInterval() view returns (uint256)
20700
presalePurchaseLimit() view returns (uint16)
2
presalePurchasePrice() view returns (uint256)
123450000000000000
purchaseCount() view returns (uint16)
10000
purchaseLimit() view returns (uint16)
2
purchaseMax() view returns (uint16)
10000
purchasePrice() view returns (uint256)
123450000000000000
purchaseRemaining() view returns (uint16)
0
startTime() view returns (uint256)
0
state() view returns (struct IERC721CollectionCollectionState)
(2, 10000, 0, 123450000000000000, 2, 123450000000000000, 2, 0, false, 0, 0, 20700, 0, 0, false)
symbol() view returns (string)
SOULS
transactionLimit() view returns (uint16)
2
transferLocked() view returns (bool)
false
useDynamicPresalePurchaseLimit() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getFeeBps(uint256) view returns (uint256[] bps)
getFeeRecipients(uint256) view returns (address[] recipients)
getRoyalties(uint256) view returns (address[] recipients, uint256[] bps)
isAdmin(address admin) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
nonceUsed(bytes32 nonce) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 value) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events activate(uint256 startTime_, uint256 duration, uint256 presaleInterval_, uint256 claimStartTime_, uint256 claimEndTime_)
approve(address to, uint256 tokenId)
approveAdmin(address admin)
claim(uint16 amount, bytes32 message, bytes signature, bytes32 nonce)
deactivate()
premint(address[] addresses)
premint(uint16 amount)
purchase(uint16 amount, bytes32 message, bytes signature, bytes32 nonce) payable
renounceOwnership()
revokeAdmin(address admin)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setTokenURIPrefix(string prefix)
setTransferLocked(bool locked)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateRoyalties(address recipient, uint256 bps)
withdraw(address recipient, uint256 amount)
AdminApproved(address indexed account, address indexed sender)
AdminRevoked(address indexed account, address indexed sender)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CollectionActivated(uint256 startTime, uint256 endTime, uint256 presaleInterval, uint256 claimStartTime, uint256 claimEndTime)
CollectionDeactivated()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unveil(uint256 collectibleId, address tokenAddress, uint256 tokenId)
constructor(address signingAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.