Social BEES University
Verified contract
Active on
Ethereum with 5,054 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 "Social BEES University"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21392470 | 7 hours ago | | | 0 | 0.00055877573 | |
| 21370270 | 3 days ago | | | 0 | 0.00057997417 | |
| 21369823 | 3 days ago | | | 0 | 0.00076762685 | |
| 21369676 | 3 days ago | | | 0 | 0.00091720481 | |
| 21369291 | 4 days ago | | | 0 | 0.0012483278 | |
| 21358193 | 5 days ago | | | 0 | 0.00059967381 | |
| 21353017 | 6 days ago | | | 0 | 0.00077514373 | |
| 21320331 | 10 days ago | | | 0 | 0.00089228118 | |
| 21320036 | 10 days ago | | | 0 | 0.00063925440 | |
| 21277769 | 16 days ago | | | 0 | 0.00041150629 |
ABI
ABI objects
Getter at block 21394531
maxSupply() view returns (uint256)
13838
name() view returns (string)
Social BEES University
owner() view returns (address)
0x699d95df1f94d00b015ff542f56c5af70fa3c1c5
paused() view returns (bool)
false
symbol() view returns (string)
SBU
totalSupply() view returns (uint256)
13658
Read-only
QueenRegistry(uint256) view returns (uint256)
balanceOf(address owner) view returns (uint256)
enabledMinter(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isSuperOperator(address who) view returns (bool)
miscSetting(uint256) view returns (uint256)
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 tokenId)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address _to, uint256 _mintNumber)
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _value)
setMaxSupply(uint256 _maxSupply)
setMinter(address _minter, bool _option)
setMisc(uint256[] _ids, uint256[] _values)
setQueenRegistry(uint256[] _ids, uint256[] _values)
setSuperOperator(address superOperator, bool enabled)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
SuperOperator(address superOperator, bool enabled)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _initBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.