BOSOTOKYO

Verified contract

Active on Ethereum with 8,443 txns
Deployed by via 0xfbbf32df at 15282816
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
-
variable spans 4 additional slots
-
variable spans 1 additional slot
5 additional variables

No balances found for "BOSOTOKYO"

0x2ed612b9f8b036a88a08eb2f4b8418045a6753c8b96c54bf8d69ac6bf86f224f
0x95cec5ccc46017b99256e1c1e80f8d150f6645306c3e684b287a09ae52227e3f
0x33204bc25e20f8e407d661c0d929aaf7c0933b9dc3b9b78af4381eff0908110b
0x29c3b95bf99c2242c80f3cd385c2ae5fdc628b14045bd61e9d9e2beabd763925
0xdc81a3df311e9beee17a46dbe1339acac6c9da2847d85101c69600978a56ecb0
0xa6a3085ab6a3c0d24d3b06ed51c7ed5118d06efd1d25e2ab741e862001933fe2
0x15b040718b12356ac8d3726a985c3ba5d8e505de5d2415486002ea779e14e1c2
0x08ea7c75d5ca8a2b3c98e570940e69b304a52e54c4edf4bf131c7b0de53bbefd
0xac7621fd61a84869d67a335651f6c52ae9b5759dec6c261f86a4bf993ad45a88
0xc9bd0accd7134a2f062ab37eb3bf71cb8d9e4bfe25a889e55a57950a09d7993a

Functions
Getter at block 20850621
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
EXPULSION_ROLE(view returns (bytes32)
0x7904e9328f622335e3d715af4f9d4b4147d279485bd5be001b80efa4da608a29
baseTokenURI(view returns (string)
https://meta.bosotokyo.com/
beneficiary(view returns (address)
0x0f7ea51d1a06bcfb7ed3b1095e65b194ebd040ad
dutchAuctionConfig(view returns (uint256 startPointuint256 startPriceuint256 decreaseIntervaluint256 decreaseSizeuint248 numDecreasesuint8 unit)
(startPoint=1659841200, startPrice=1200000000000000000, decreaseInterval=2400, decreaseSize=100000000000000000, numDecreases=6, unit=2)
name(view returns (string)
BOSOTOKYO
owner(view returns (address)
0xfcb89c92d92d940cb9ded28bfa57ac45a2646574
paused(view returns (bool)
true
renderingContract(view returns (address)
0x0000000000000000000000000000000000000000
revvingOpen(view returns (bool)
true
sellerConfig(view returns (uint256 totalInventoryuint256 maxPerAddressuint256 maxPerTxuint248 freeQuotabool reserveFreeQuotabool lockFreeQuotabool lockTotalInventory)
(totalInventory=10000, maxPerAddress=0, maxPerTx=10, freeQuota=10000, reserveFreeQuota=false, lockFreeQuota=false, lockTotalInventory=true)
symbol(view returns (string)
BOSOTOKEN
totalSold(view returns (uint256)
3416
totalSupply(view returns (uint256)
3416
Read-only
balanceOf(address ownerview returns (uint256)
cost(uint256 nuint256view returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
revvingPeriod(uint256 tokenIdview returns (bool revvinguint256 currentuint256 total)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
addSigner(address signer
approve(address touint256 tokenId
expelFromRevving(uint256 tokenId
grantRole(bytes32 roleaddress account
mintPublic(address touint256 numpayable 
pause(
purchaseFreeOfCharge(address touint256 n
removeSigner(address signer
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
safeTransferWhileRevving(address fromaddress touint256 tokenId
setApprovalForAll(address operatorbool approved
setAuctionConfig(struct LinearDutchAuctionDutchAuctionConfig configuint256 expectedReserve
setAuctionStartPoint(uint256 startPoint
setBaseTokenURI(string _baseTokenURI
setBeneficiary(address _beneficiary
setRenderingContract(address _contract
setRevvingOpen(bool open
setRoyaltyInfo(address receiveruint96 feeBasisPoints
setSellerConfig(struct SellerSellerConfig config
toggleRevving(uint256[] tokenIds
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Expelled(uint256 indexed tokenId
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Refund(address indexed buyeruint256 amount
Revenue(address indexed beneficiaryuint256 numPurchaseduint256 amount
Revved(uint256 indexed tokenId
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
Unpaused(address account
Unrevved(uint256 indexed tokenId
Constructor
constructor(string namestring symboladdress beneficiaryaddress royaltyReceiver
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(