REMISANS: Inferno
Verified contract
Proxy
Active on
Ethereum with 1,485 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 46 additional slots
-
variable spans 48 additional slots
-
variable spans 47 additional slots
-
variable spans 7 additional slots
Balances ($272.20)
Native
Value
$272.2
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.086716 | $3,139.00 |
$272.2 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20560321 | 3 months ago | | | 0 | 0.00017017161 | |
| 20552790 | 3 months ago | | | 0 | 0.00010275537 | |
| 20552790 | 3 months ago | | | 0 | 0.00010273568 | |
| 20525611 | 3 months ago | | | 0 | 0.00012572279 | |
| 20179911 | 5 months ago | | | 0 | 0.00031389999 | |
| 20172675 | 5 months ago | | | 0 | 0.00011861824 | |
| 20143382 | 5 months ago | | | 0 | 0.00014119562 | |
| 20137478 | 5 months ago | | | 0 | 0.00018413970 | |
| 20058253 | 5 months ago | | | 0 | 0.00065265496 | |
| 20058244 | 5 months ago | | | 0 | 0.00063800169 |
ABI
ABI objects
Getter at block 21187229 totalSupply() view returns (uint256)
config() view returns (string baseUri, address affiliateSigner, address ownerAltPayout, address superAffiliatePayout, uint32 maxBatchSize, uint16 affiliateFee, uint16 platformFee, uint16 defaultRoyalty, struct Discount discounts)
(baseUri=ipfs://bafybeiban7k2p5eaxg23ddhwzumpa2sr5wjfkfkpuj7g3hpkv3ce4tr54q/, affiliateSigner=0x1f285dd528cf4cde3081c6d48d9df7a4f8fa9383, ownerAltPayout=0x0000000000000000000000000000000000000000, superAffiliatePayout=0x0000000000000000000000000000000000000000, maxBatchSize=4294967295, affiliateFee=5000, platformFee=500, defaultRoyalty=0, discounts=(0, [(9, 3300)]))
maxSupply() view returns (uint32[])
[1111, 1111, 1111, 1111, 1111, 1111, 1111, 1111, 1111, 300]
name() view returns (string)
REMISANS: Inferno
options() view returns (bool uriLocked, bool maxSupplyLocked, bool affiliateFeeLocked, bool discountsLocked, bool ownerAltPayoutLocked, bool provenanceHashLocked)
(uriLocked=false, maxSupplyLocked=false, affiliateFeeLocked=false, discountsLocked=false, ownerAltPayoutLocked=false, provenanceHashLocked=false)
owner() view returns (address)
0x9b5ff4d39732ac90f71d562f9ae8469198644a65
ownerBalance() view returns (struct OwnerBalance)
(138333986100000000000, 3330000000000000)
platform() pure returns (address)
0x86b82972282dd22348374bc63fd21620f7ed847b
provenance() view returns (string)
symbol() view returns (string)
REMISANS
Read-only
affiliateBalance(address affiliate) view returns (uint128)
affiliateBalanceToken(address affiliate, address token) view returns (uint128)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
invites(bytes32) view returns (uint128 price, uint128 reservePrice, uint128 delta, uint32 start, uint32 end, uint32 limit, uint32 maxSupply, uint32 interval, uint32 unitSize, bool randomize, address tokenAddress)
isApprovedForAll(address account, address operator) view returns (bool)
listSupply(bytes32 key) view returns (uint256)
minted(address minter, bytes32 key) view returns (uint256)
ownerBalanceToken(address token) view returns (struct OwnerBalance)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenSupply(uint256 tokenId) view returns (uint256)
uri(uint256 tokenId) view returns (string)
State-modifying
Events batchMintTo(struct Auth auth, address[] toList, uint256[] quantityList, uint256[] tokenIdList, address affiliate, bytes signature) payable
initialize(string _name, string _symbol, struct Config config_, address _receiver)
lockAffiliateFee(string password)
lockDiscounts(string password)
lockMaxSupply(string password)
lockOwnerAltPayout(string password)
lockProvenanceHash(string password)
lockURI(string password)
mint(struct Auth auth, uint256 quantity, address affiliate, bytes signature) payable
mintTo(struct Auth auth, uint256 quantity, address to, uint256 tokenId, address affiliate, bytes signature) payable
mintToken(struct Auth auth, uint256 quantity, uint256 tokenId, address affiliate, bytes signature) payable
mintTokens(struct Auth[] auth, uint256[] quantity, uint256[] tokenId, address affiliate, bytes signature) payable
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setAffiliateFee(uint16 affiliateFee)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseUri)
setDefaultRoyalty(address receiver, uint16 feeNumerator)
setDiscounts(struct Discount discounts)
setDutchInvite(bytes32 _key, bytes32 _cid, struct DutchInvite _dutchInvite)
setInvite(bytes32 _key, bytes32 _cid, struct Invite _invite)
setMaxBatchSize(uint32 maxBatchSize)
setMaxSupply(uint32[] newMaxSupply, string password)
setOwnerAltPayout(address ownerAltPayout)
setProvenanceHash(string provenanceHash)
setSuperAffiliatePayout(address superAffiliatePayout)
transferOwnership(address newOwner)
withdraw()
withdrawTokens(address[] tokens)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Initialized(uint8 version)
Invited(bytes32 indexed key, bytes32 indexed cid)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Referral(address indexed affiliate, address token, uint128 wad, uint256 numMints)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Withdrawal(address indexed src, address token, uint128 wad)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
InvalidConfig()
LockedForever()
MaxSupplyExceeded()
NotPlatform()
NotSupported()
URIQueryForNonexistentToken()
WrongPassword()