DetonatedToonzV3

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x2e616e19 at 20837832
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 2 additional slots

No balances found for "DetonatedToonzV3"

No transactions found for "DetonatedToonzV3"


Functions
Getter at block 20961399
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
canDetonate(view returns (bool)
false
getTransferValidationFunction(pure returns (bytes4 functionSignaturebool isViewFunction)
(functionSignature=0xcaee23ea, isViewFunction=true)
getTransferValidator(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
totalSupply(view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
Read-only
balanceOf(address ownerview returns (uint256)
getAddressData(address _addressview returns (struct IDetonatedToonzV1AddressData)
getAddressesData(address[] _addressesview returns (struct IDetonatedToonzV1AddressData[])
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
getTokenData(uint256 _tokenIdview returns (struct IDetonatedToonzV1TokenData)
getTokensData(uint256 _startIduint256 _endIdview returns (struct IDetonatedToonzV1TokenData[])
getTokensDataOfOwner(address _owneruint256 _startIduint256 _endIduint256 _startBalanceview returns (struct IDetonatedToonzV1TokenData[] tokensDatabool hasMoreResults)
hasBeenDetonated(uint256 _ogToonIduint256 _detonationTypeview returns (bool)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256uint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 _interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
detonate(uint256 _ogToonIduint256 _detonationType
grantRole(bytes32 roleaddress account
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeEmergencyTransfer(address _touint256[] _tokenIds
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setCanDetonate(bool _canDetonate
setRoyalties(address _receiveruint256 _fraction
setTransferValidator(address validator
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Detonation(uint256 indexed ogToonIduint256 indexed detonationTypeuint256 indexed detonatedToonIdaddress owner
EmergencyTransfer(address indexed fromaddress indexed touint256 indexed tokenId
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
TransferValidatorUpdated(address oldValidatoraddress newValidator
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyDetonated(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
DetonationNotEnabled(
FractionBeMoreThat10000(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NotEnoughDynamite(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
YouMustOwnTheOgToon(