Approving Corgis
Verified contract
Active on
Ethereum with 7,503 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "Approving Corgis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21209450 | 8 days ago | | | 0 | 0.00062305745 | |
| 21194285 | 10 days ago | | | 0 | 0.0012261914 | |
| 21192041 | 10 days ago | | | 0 | 0.00073760875 | |
| 21177654 | 12 days ago | | | 0 | 0.00086949454 | |
| 21159734 | 15 days ago | | | 0 | 0.0011215464 | |
| 21104491 | 23 days ago | | | 0 | 0.00019723409 | |
| 20981665 | a month ago | | | 0 | 0.00027338335 | |
| 20848687 | 2 months ago | | | 0 | 0.00017948797 | |
| 20642679 | 3 months ago | | | 0 | 0.00012407437 | |
| 20607711 | 3 months ago | | | 0 | 0.000043667816 |
ABI
ABI objects
Getter at block 21266611
approvingBoneContract() view returns (address)
0x77c7f7dc1b592e884966f0dc4ae0ffb93cba1a7e
approvingBoneContractAddress() view returns (address)
0x77c7f7dc1b592e884966f0dc4ae0ffb93cba1a7e
baseURI() view returns (string)
https://api.approvingcorgis.com/api/token/
charityFundWallet() view returns (address)
0xc5816243e05851e8d838cf2a56dfcc1e5a0f8132
communityVault() view returns (address)
0xcca72c0c787df0293e126ea1ade1b6936e000204
corgiSaleIsActive() view returns (bool)
true
custom() view returns (uint256)
30
donationToCharity() view returns (uint256)
20000000000000000000
earlyAccessIsActive() view returns (bool)
false
giveaway() view returns (uint256)
0
maxCorgis() view returns (uint256)
9999
maxEarlyAccess() view returns (uint256)
2000
maxEarlyAccessPurchase() view returns (uint8)
5
maxPublicPurchase() view returns (uint8)
10
name() view returns (string)
Approving Corgis
owner() view returns (address)
0xf0a220e3ff7752dffc11269700becf13c8cffa6a
price() view returns (uint256)
50000000000000000
sendToCommunityVault() view returns (uint256)
30000000000000000000
symbol() view returns (string)
ACORGIS
team() view returns (uint256)
10
totalSupply() view returns (uint256)
7118
Read-only
balanceOf(address owner) view returns (uint256)
checkBoneBalance(uint256 boneId) view returns (uint256)
corgisOfOwner(address _owner) view returns (uint256[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberOfCorgisMintedPerBone(uint256) view returns (uint256)
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)
State-modifying
Events approve(address to, uint256 tokenId)
earlyAccessMint(uint256 boneTokenId, uint256 numberOfTokens) payable
mintCorgis(uint256 numberOfTokens) payable
mintCorgisForGiveaway()
mintTeamCorgis()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setCharityFund(address charityFundAddress)
setCommunityVault(address communityVaultAddress)
toggleEarlyAccessActive()
toggleSaleActive()
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(string tokenBaseUri, address boneContractAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.