GoodBoi Society
Verified contract
Active on
Ethereum with 462 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 "GoodBoi Society"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18903707 | 10 months ago | | | 0 | 0.00053509614 | |
| 18874423 | a year ago | | | 0 | 0.00060197800 | |
| 17873522 | a year ago | | | 0 | 0.00098841835 | |
| 17762914 | a year ago | | | 0 | 0.0016643469 | |
| 17530258 | a year ago | | | 0 | 0.0015073545 | |
| 17525706 | a year ago | | | 0 | 0.00063608797 | |
| 17510114 | a year ago | | | 0 | 0.00060547253 | |
| 17436795 | a year ago | | | 0 | 0.0012986302 | |
| 17423924 | a year ago | | | 0 | 0.00071859387 | |
| 16980787 | 2 years ago | | | 0 | 0.0027019419 |
ABI
ABI objects
Getter at block 21166278
MAX_DOGES() view returns (uint256)
9999
RAND_PRIME() view returns (uint256)
5323
TIMESTAMP() view returns (uint256)
1628834310
baseURI() view returns (string)
ipfs://QmTnKqQ9hZWpfkp4Je8H8XNCtk7Z1mwKLsLQvcWVZti19b/
dogePrice() view returns (uint256)
75000000000000000
maxDogePurchase() view returns (uint256)
20
name() view returns (string)
GoodBoi Society
owner() view returns (address)
0xf8254f25e037b6c1db7d1c8692335e682dfe163a
saleIsActive() view returns (bool)
false
symbol() view returns (string)
GBS
totalSupply() view returns (uint256)
459
Read-only
balanceOf(address owner) view returns (uint256)
checkIndexIsMinted(uint256 index) view returns (bool)
checkTokenIsMinted(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getTokenId(uint256 index) view returns (uint256)
getTokenIndex(uint256 tokenId) view returns (uint256)
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)
State-modifying
Events approve(address to, uint256 tokenId)
mintDoge(uint256 numberOfTokens) payable
pauseSale()
renounceOwnership()
resumeSale()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setRandPrime(uint16 randPrime)
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.
This contract contains no error objects.