GobinWillDoIt
Verified contract
Active on
Ethereum with 3,989 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 "GobinWillDoIt"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21279665 | 2 days ago | | | 0 | 0.00039962078 | |
| 20564523 | 3 months ago | | | 0 | 0.00015757927 | |
| 20501785 | 4 months ago | | | 0 | 0.000021522336 | |
| 20491003 | 4 months ago | | | 0 | 0.000064441956 | |
| 20260358 | 5 months ago | | | 0 | 0.000054989503 | |
| 20038876 | 6 months ago | | | 0 | 0.00050262641 | |
| 19625330 | 8 months ago | | | 0 | 0.0028207999 | |
| 19465010 | 8 months ago | | | 0 | 0.00059799225 | |
| 18906819 | a year ago | | | 0 | 0.00077914741 | |
| 17617814 | a year ago | | | 0 | 0.00065725658 |
ABI
ABI objects
Getter at block 21292072
cost() view returns (uint256)
3500000000000000
maxMintAmountPerTx() view returns (uint256)
5
maxPerFree() view returns (uint256)
3
maxPerFreeWallet() view returns (uint256)
3
maxPerWallet() view returns (uint256)
15
maxSupply() view returns (uint256)
5000
name() view returns (string)
GobinWillDoIt
owner() view returns (address)
0xc4527b42669e2dda3f1e5b8ac8e1e9ad60b4ba05
price() view returns (uint256)
3500000000000000
symbol() view returns (string)
GBWD
totalFree() view returns (uint256)
1500
totalSupply() view returns (uint256)
5000
uriPrefix() view returns (string)
ipfs://QmY782yrtLupzm3QfGpf1KSxzGJwqCgZ1QEDHTrDjfTR1b/
uriSuffix() view returns (string)
.json
Read-only
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 approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxPerFree(uint256 _maxPerFree)
setMaxPerFreeWallet(uint256 _maxPerFreeWallet)
setMaxPerWallet(uint256 _maxPerWallet)
setMaxSupply(uint256 _maxSupply)
setTotalFree(uint256 _totalFree)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()