FIRE THE BOSS
Verified contract
Active on
Ethereum with 576 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 "FIRE THE BOSS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19239074 | 9 months ago | | | 0 | 0.00096529260 | |
| 19013337 | 10 months ago | | | 0 | 0.0012874646 | |
| 18670623 | a year ago | | | 0 | 0.0027788326 | |
| 17744921 | a year ago | | | 0 | 0.00083895718 | |
| 17521592 | a year ago | | | 0 | 0.0016445851 | |
| 17100853 | 2 years ago | | | 0 | 0.00086608167 | |
| 16884719 | 2 years ago | | | 0 | 0.0010352011 | |
| 16776284 | 2 years ago | | | 0 | 0.00092419408 | |
| 16737438 | 2 years ago | | | 0 | 0.0010836484 | |
| 16667334 | 2 years ago | | | 0 | 0.00089548846 |
ABI
ABI objects
Getter at block 21124259
MAX_SUPPLY() view returns (uint256)
1039
TEAM_RESERVE() view returns (uint256)
9
_isSaleActive() view returns (bool)
false
baseExtension() view returns (string)
.json
earlyPassBalance() view returns (uint256)
1
eventBalance() view returns (uint256)
15
maxMint() view returns (uint256)
20
mintPrice() view returns (uint256)
500000000000000000
name() view returns (string)
FIRE THE BOSS
owner() view returns (address)
0x9cc5d37d2053dba7e6255068d127c1eaaad2199f
publicMintBalance() view returns (uint256)
464
roundBalance() view returns (uint256)
108
symbol() view returns (string)
FTB
totalSupply() view returns (uint256)
559
Read-only
balanceOf(address owner) 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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdropEarlyPass(address to, uint256 airdropBalance)
airdropEvent(address to)
approve(address to, uint256 tokenId)
flipSaleState()
mintFTB(uint256 mintBalance) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setMaxMint(uint256 _maxMint)
setMintPrice(uint256 _mintPrice)
setRoundBalance(uint256 _roundBalance)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address to)
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 initBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.