Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb402…1226
0xb402…1226
Balances ($0.00)
No balances found for "OGMC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21171426 | 13 days ago | | | 0 | 0.0010859999 | |
| 21057905 | a month ago | | | 0 | 0.00072178778 | |
| 21033002 | a month ago | | | 0 | 0.00044576858 | |
| 20977801 | a month ago | | | 0 | 0.00046994626 | |
| 20920283 | 2 months ago | | | 0 | 0.00058440381 | |
| 20909410 | 2 months ago | | | 0 | 0.00050358400 | |
| 20889258 | 2 months ago | | | 0 | 0.00023980298 | |
| 20772545 | 2 months ago | | | 0 | 0.00034347485 | |
| 20732381 | 2 months ago | | | 0 | 0.00010314881 | |
| 20732188 | 2 months ago | | | 0 | 0.00017895272 |
ABI
ABI objects
Getter at block 21264488
OGMC_LIMIT_GOLD() view returns (uint256)
3
OGMC_LIMIT_SILVER() view returns (uint256)
2
OGMC_MAX() view returns (uint256)
6000
OGMC_PER_MINT() view returns (uint256)
10
OGMC_PRICE() view returns (uint256)
70000000000000000
OGMC_RESERVED() view returns (uint256)
100
contractURI() view returns (string)
name() view returns (string)
Outlaw Gals MC
owner() view returns (address)
0xd5b577e114bc0b59eda044df02eb8cdb86c04d9b
premintKeysContract() view returns (address)
0xb4027608100954c4b657dd63f0e71d8841cf1226
premintKeysContractIERC721() view returns (address)
0xb4027608100954c4b657dd63f0e71d8841cf1226
presaleLive() view returns (bool)
false
provenanceHash() view returns (string)
publicAmountMinted() view returns (uint256)
5900
publicSaleLive() view returns (bool)
true
reservedAmountMinted() view returns (uint256)
100
symbol() view returns (string)
OGMC
totalSupply() view returns (uint256)
5999
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isPremintKeyUsed(uint256 _keyId) 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)
usedPremintKeys(uint256) view returns (bool)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 _tokenId)
giveAway(address _targetAddress, uint256 _amount)
presaleMint(uint256 _num, uint256 _keyId) payable
publicMint(uint256 _num) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setContractURI(string _uri)
setPresaleLiveStatus(bool _val)
setProvenanceHash(string _hash)
setPublicSaleLiveStatus(bool _val)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _premintKeysContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.