ROTN

Verified contract

Active on Ethereum with 188 txns
Deployed by via 0x31219885 at 16115433
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ROTN"

0x43e5f13b17927439027fe9b73d7f61996042ebaee41e43a194154729afcdf6eb
0x33134ace50dc7dee5dcbadc56e33231da49515f1ca59d01226c9ba411ec129d6
0xa843b8f0905f4bba0745831d567688e1fa07e45bdaad90bf5f77476efd8ef027
0xd88bb0fd216390478e4abbeffd5b827068d84bfa50c31c10a763e0d29af4d92f
0x3ca44e8937a12cec884b15334932f374c8999701db5860818329f2e7f5001b3b
0x3f1b546990dc967299b3af46e1b11e841a30ffeb08ecaccba6bdd9d68f9aab63
0x0cf6befca8a079049c1b186019074a7cd78d872b57a3806a6fa2398c21c9dc2e
0x930c8e26a79513e866a99c7cc21209e8fc472e216f35839c555c6ce3b22a3af4
0xcdef0373ed192761127f2e211dac03a26c7c264370959ee5d5196595d700e6a7
0x83ca7674c0eca38fd64cc5143e2a36429fa10df42001975384b2e8d6f195db67

Functions
Getter at block 21222287
getTrunkContractAddress(view returns (address)
0x73323e207e92122fdbe213bfdfac1c689b6407a2
name(view returns (string)
ROTN
operatorFilteringEnabled(view returns (bool)
true
owner(view returns (address)
0xc298d05155e36ee91090478a66485ee0395ffca5
symbol(view returns (string)
ROTN
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenId
openTrunk(address touint256 trunkIdreturns (uint256)
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setOperatorFilteringEnabled(bool value
setRoyaltyInfo(address receiveruint96 numerator
setTrunkContractAddress(address contractAddress
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string initialBaseURIaddress royaltiesReceiver
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OnlyTrunkContractMayCall(
TransferFailed(