SoulsReplaced
Verified contract
Active on
Ethereum with 1,349 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "SoulsReplaced"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19559090 | 8 months ago | | | 0 | 0.00066392577 | |
| 17024265 | 2 years ago | | | 0 | 0.00096013140 | |
| 16842231 | 2 years ago | | | 0 | 0.00056346830 | |
| 16842231 | 2 years ago | | | 0 | 0.00099170765 | |
| 16665525 | 2 years ago | | | 0 | 0.00095947087 | |
| 16640791 | 2 years ago | | | 0 | 0.0011042013 | |
| 16635370 | 2 years ago | | | 0 | 0.0020532847 | |
| 16424909 | 2 years ago | | | 0 | 0.0013475612 | |
| 16418910 | 2 years ago | | | 0 | 0.0014512329 | |
| 16413599 | 2 years ago | | | 0 | 0.00095913304 |
ABI
ABI objects
Getter at block 21219505
MAX_SUPPLY() view returns (uint256)
5555
_isSaleActive() view returns (bool)
true
_revealed() view returns (bool)
true
baseExtension() view returns (string)
.json
getNum() view returns (uint256)
3586
maxBalance() view returns (uint256)
3
maxMint() view returns (uint256)
3
mintPrice() view returns (uint256)
0
name() view returns (string)
SoulsReplaced
notRevealedUri() view returns (string)
owner() view returns (address)
0x5ef28ad57cded96a9fbe8bd18eea18816a61d3be
symbol() view returns (string)
SR
totalSupply() view returns (uint256)
3586
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
flipReveal()
flipSaleActive()
mintOwner()
mintPublic(uint256 tokenQuantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setMaxBalance(uint256 _maxBalance)
setMaxMint(uint256 _maxMint)
setMintPrice(uint256 _mintPrice)
setNotRevealedURI(string _notRevealedURI)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw(address to)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string initBaseURI, string initNotRevealedUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()