Saints_of_LA
Verified contract
Active on
Ethereum with 4,657 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
14 additional
variables
Balances ($0.00)
No balances found for "Saints_of_LA"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21115827 | 18 hours ago | | | 0 | 0.00044728447 | |
| 21115803 | 18 hours ago | | | 0 | 0.00042191111 | |
| 21112941 | a day ago | | | 0 | 0.00032003933 | |
| 21111440 | a day ago | | | 0 | 0.00029700650 | |
| 21109932 | 2 days ago | | | 0 | 0.00031956475 | |
| 21098839 | 3 days ago | | | 0 | 0.00020225091 | |
| 21098681 | 3 days ago | | | 0 | 0.00025384500 | |
| 21098653 | 3 days ago | | | 0 | 0.00028529512 | |
| 21096100 | 4 days ago | | | 0 | 0.00035736271 | |
| 21094889 | 4 days ago | | | 0 | 0.00049331350 |
ABI
ABI objects
Getter at block 21121181
HOOLIGAN_COUNT() view returns (uint256)
92
HOOLIGAN_PRICE() view returns (uint256)
17500000000000000
HOOLIGAN_ROOT() view returns (bytes32)
0x6b17f6ac77d2474da9d0c22267fdc900232c27093e08c425c38cf1a2ac499966
HOOLIGAN_SUPPLY() view returns (uint256)
0
HOOLIGAN_TX_LIMIT() view returns (uint256)
3
HOOLIGAN_WALLET_LIMIT() view returns (uint256)
3
IS_HOOLIGAN_ACTIVE() view returns (bool)
false
IS_OG_ACTIVE() view returns (bool)
false
IS_PUBLIC_ACTIVE() view returns (bool)
false
MAX_SUPPLY() view returns (uint256)
4444
OG_COUNT() view returns (uint256)
704
OG_PRICE() view returns (uint256)
0
OG_ROOT() view returns (bytes32)
0x72e60e0143576c86a2d3d91e32927bede876c2c0bb5d332da11dccbb6f87243e
OG_SUPPLY() view returns (uint256)
2164
OG_TX_LIMIT() view returns (uint256)
4
OG_WALLET_LIMIT() view returns (uint256)
4
PUBLIC_COUNT() view returns (uint256)
1368
PUBLIC_PRICE() view returns (uint256)
17500000000000000
PUBLIC_SUPPLY() view returns (uint256)
2222
PUBLIC_TX_LIMIT() view returns (uint256)
3
PUBLIC_WALLET_LIMIT() view returns (uint256)
3
WEBMINT_ADDRESS() view returns (address)
0xca9ef85471c932084a2348b3bfa53791bc91cc3c
_revealed() view returns (bool)
true
name() view returns (string)
Saints_of_LA
owner() view returns (address)
0x13bbaa09e6256bc83c747ce2c242cda8a4680cc2
symbol() view returns (string)
SAINTS
totalSupply() view returns (uint256)
2222
Read-only
HOOLIGAN_Minted(address) view returns (uint256)
OG_Minted(address) view returns (uint256)
PUBLIC_Minted(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events HOOLIGANMint(address to, uint256 numberOfTokens, bytes32[] proof) payable
OGMint(address to, uint256 numberOfTokens, bytes32[] proof) payable
PUBLICMint(address to, uint256 numberOfTokens) payable
approve(address operator, uint256 tokenId)
renounceOwnership()
reveal(bool revealed, string _baseURI)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setHOOLIGANPrice(uint256 _price)
setHOOLIGANRoot(bytes32 _root)
setHOOLIGANSupply(uint256 _supply)
setOGPrice(uint256 _price)
setOGRoot(bytes32 _root)
setOGSupply(uint256 _supply)
setPUBLICPrice(uint256 _price)
setPUBLICSupply(uint256 _supply)
toggleHOOLIGANMintStatus()
toggleOGMintStatus()
togglePUBLICMintStatus()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMaxSupply(uint256 _maxSupply)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(bytes32 _OG, bytes32 _Hooligan)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()