Golden Safe
Verified contract
Active on
Ethereum with 658 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
No balances found for "Golden Safe"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16307199 | 2 years ago | | | 0 | 0.00078016540 | |
| 15917634 | 2 years ago | | | 0 | 0.00096478602 | |
| 15701882 | 2 years ago | | | 0 | 0.0012553207 | |
| 15466304 | 2 years ago | | | 0 | 0.00033182327 | |
| 15393123 | 2 years ago | | | 0 | 0.00076462358 | |
| 15338460 | 2 years ago | | | 0 | 0.0081635028 | |
| 15295623 | 2 years ago | | | 0 | 0.0010793636 | |
| 15192028 | 2 years ago | | | 0 | 0.00064659920 | |
| 15190580 | 2 years ago | | | 0 | 0.00041211826 | |
| 15082779 | 2 years ago | | | 0 | 0.0025730466 |
ABI
ABI objects
Getter at block 21389300
MAX_PUBLIC_SUPPLY() view returns (uint256)
900
MAX_SUPPLY() view returns (uint256)
1000
MAX_TX() view returns (uint256)
3
PUBLIC_PRICE() view returns (uint256)
35000000000000000
WL_PRICE() view returns (uint256)
0
currentlyStaked() view returns (uint256)
381
getTimeEstimate() view returns (uint80)
1735539467
name() view returns (string)
Golden Safe
owner() view returns (address)
0x0000899a37e47ab81d70f50230f7efba5e01c220
paused() view returns (bool)
false
publicAnswer() view returns (bytes32)
0xae972a89d0fb3fc0d34a4430da3d9db0c92cadacac76a7a6385bd2188ab4160d
speedUp() view returns (uint80)
1800000
symbol() view returns (string)
FTGS
totalSupply() view returns (uint256)
685
Read-only
answerCorrect(bytes32 input) view returns (bool)
balanceOf(address owner) view returns (uint256)
canWLMint(uint256 _mintAmount, uint256 nonce, bytes signature) view returns (bool)
convertToAddress(uint256 tokenId) pure returns (address)
getApproved(uint256 tokenId) view returns (address)
getStakedTokens(address _owner) view returns (uint256[], uint80[])
getStateOfBox(uint256 tokenId) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
stringToHash(string text) view returns (bytes32, bytes32)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claimBox(uint256[] tokenIds)
mint(uint256 _mintAmount, bytes32 answer) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _baseTokenURI)
setFormat(string _format)
setMaxPublicSupply(uint256 _amt)
setMaxTx(uint256 _amt)
setPaused(bool _state)
setPrice(uint256 _wlPrice, uint256 _publicPrice)
setPublicSale(bool _state, bytes32 answer, bool _puzzle)
setSpeedUpInHours(uint256 _hours)
setVesting(bool _state)
stakeBox(uint256[] tokenIds)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _mintAmount, uint256 nonce, bytes signature) payable
withdraw() payable
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()