1984Serum
Verified contract
Active on
Ethereum with 396 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 "1984Serum"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21256369 | 2 days ago | | | 0 | 0.00036380992 | |
| 19756114 | 7 months ago | | | 0 | 0.00036213802 | |
| 19756084 | 7 months ago | | | 0 | 0.00035921944 | |
| 19756066 | 7 months ago | | | 0 | 0.00032541146 | |
| 19756045 | 7 months ago | | | 0 | 0.00031080889 | |
| 19756026 | 7 months ago | | | 0 | 0.00028584352 | |
| 19756006 | 7 months ago | | | 0 | 0.00033274565 | |
| 19755973 | 7 months ago | | | 0 | 0.00037091172 | |
| 19755949 | 7 months ago | | | 0 | 0.00032897730 | |
| 19720178 | 7 months ago | | | 0 | 0.00074365642 |
ABI
ABI objects
Getter at block 21271259
MAX_PER_MINT() view returns (uint256)
5
MAX_SUPPLY() view returns (uint256)
1600
baseTokenURI() view returns (string)
https://server--1984serum.herokuapp.com/serums/
burn_active() view returns (bool)
false
mint_active() view returns (bool)
false
name() view returns (string)
1984Serum
owner() view returns (address)
0x8459803f9bf690adb65cdad6ec4f79f482a54fbb
price() view returns (uint256)
9000000000000000
public_mint_active() view returns (bool)
false
symbol() view returns (string)
1984S
totalSupply() view returns (uint256)
782
treasury() view returns (address)
0xeb9eebe0047cd01191b15741aca4d3c8abed2dc9
Read-only
addressToMinted(address) view returns (uint256)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256[] ids, uint256 reduxTargetId)
mintNFTs(uint256 _count) payable
renounceOwnership()
reserveNFTs()
safeBatchTransfer(uint256[] ids, address to)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseTokenURI)
setIsBurnActive(bool newVal)
setMintActive(bool newValue)
setNftAddress(address newAddy)
setPrice(uint256 newPrice)
setPublicMintActive(bool newValue)
setTreasury(address newAddy)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BurnSerum(uint256[] serumIds, uint256 indexed reduxTargetId, address indexed sender)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.