Goblin Division
Verified contract
Active on
Ethereum with 1,169 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 "Goblin Division"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20727089 | 2 months ago | | | 0 | 0.00024099615 | |
| 19288626 | 9 months ago | | | 0 | 0.0030732798 | |
| 19278564 | 9 months ago | | | 0 | 0.0014615366 | |
| 19278340 | 9 months ago | | | 0 | 0.0046103852 | |
| 19270081 | 9 months ago | | | 0 | 0.0016812115 | |
| 19270016 | 9 months ago | | | 0 | 0.0034048436 | |
| 19270000 | 9 months ago | | | 0 | 0.0046906870 | |
| 19269979 | 9 months ago | | | 0 | 0.0050611213 | |
| 19269974 | 9 months ago | | | 0 | 0.0068694745 | |
| 19268997 | 9 months ago | | | 0 | 0.0062973926 |
ABI
ABI objects
Getter at block 21205539
MAX_PER_TX() view returns (uint256)
20
MAX_SUPPLY() view returns (uint256)
10000
devAddress() view returns (address)
0x1b1287627406466e80f3e713a943fce557d05a21
freeMints() view returns (uint256)
1000
maxFreeMints() view returns (uint256)
1
maxMintAmount() view returns (uint256)
20
name() view returns (string)
Goblin Division
owner() view returns (address)
0x2ce7ab09d15465d70631f168444cbd8032da5801
paused() view returns (bool)
false
price() view returns (uint256)
0
revealed() view returns (bool)
true
symbol() view returns (string)
GOBDIV
teamAddress() view returns (address)
0x478b5734b256c47e4132a34104d4bc21dddf43dc
totalSupply() view returns (uint256)
5421
Read-only
balanceOf(address owner) view returns (uint256)
currentPrice(address _caller, uint256 _amount) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
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)
changePrice(uint256 _newPrice)
mint(uint256 _amount) payable
pause(bool _state)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setNotRevealedURI(string _notRevealedURI)
setPrice(uint256 _newCost)
setmaxMintAmount(uint256 _newmaxMintAmount)
setupOS()
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 _name, string _symbol, string _initBaseURI, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()