Back To Work
Verified contract
Active on
Ethereum with 3,519 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 "Back To Work"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21101326 | 14 days ago | | | 0 | 0.00039324378 | |
| 19819688 | 6 months ago | | | 0 | 0.00016349432 | |
| 19707696 | 7 months ago | | | 0 | 0.00024885893 | |
| 19106240 | 10 months ago | | | 0 | 0.00030941610 | |
| 18902413 | a year ago | | | 0 | 0.00061017139 | |
| 18868813 | a year ago | | | 0 | 0.00036699004 | |
| 18620999 | a year ago | | | 0 | 0.0016637090 | |
| 18455251 | a year ago | | | 0 | 0.00025845143 | |
| 18338368 | a year ago | | | 0 | 0.00034538958 | |
| 18189439 | a year ago | | | 0 | 0.00035875004 |
ABI
ABI objects
Getter at block 21199599
mintStarted() view returns (bool)
true
mintedTotal() view returns (uint256)
999
name() view returns (string)
Back To Work
owner() view returns (address)
0x013af764bac95b905a107ddfaf22e37c5a5cf48a
symbol() view returns (string)
BTW
totalMintable() pure returns (uint256)
1000
totalSupply() view returns (uint256)
999
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint()
mintOwner(address _oo, uint256 amount)
pauseMint()
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setBatchSize(uint256 _bs)
setMaxCanOwn(uint256 _mo)
startMint()
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()
URIQueryForNonexistentToken()