Origin Stories #4
Verified contract
Active on
Ethereum with 481 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Origin Stories #4"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20852686 | 2 months ago | | | 0 | 0.00026327187 | |
| 20618371 | 3 months ago | | | 0 | 0.00040387428 | |
| 20382329 | 4 months ago | | | 0 | 0.00017199009 | |
| 20071954 | 5 months ago | | | 0 | 0.00034187987 | |
| 19455053 | 8 months ago | | | 0 | 0.0013144984 | |
| 19345901 | 8 months ago | | | 0 | 0.0019453801 | |
| 18976866 | 10 months ago | | | 0 | 0.0032614179 | |
| 18933991 | 10 months ago | | | 0 | 0.0012722330 | |
| 18918667 | 10 months ago | | | 0 | 0.00092126169 | |
| 18915802 | 10 months ago | | | 0 | 0.00053138327 |
ABI
ABI objects
Getter at block 21188992
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
EDITION_NR() view returns (uint256)
4
USER_ROLE() view returns (bytes32)
0x14823911f2da1b49f045a0929a60b8c1f2a7fc8c06c7284ca3e8ab4e193a08c8
name() view returns (string)
Origin Stories #4
symbol() view returns (string)
OS4
totalSupply() view returns (uint256)
470
Read-only
allowedBurners(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
osContracts(uint256) view returns (address)
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)
tokenURI(uint256) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
finalizeAllowedBurners()
grantRole(bytes32 role, address account)
mint(uint256[] tokenIds, uint256 editionToBurn)
mintFromMul(uint256[] tokenIds, uint256[] editionToBurn)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAllowedBurner(address _address, bool _allowed)
setApprovalForAll(address operator, bool approved)
setContract(uint256 editionNr, address contractAddress)
setURI(string _uri)
setWindow(uint128 _windowOpen, uint128 _windowClose)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
UriUpdated(string uri)
constructor(string _name, string _symbol, string _uri, uint256 _EDITION_NR, uint128 _windowOpen, uint128 _windowClose, address[] _osContracts)
This contract contains no fallback and receive objects.
BurnerNotAllowed()
BurnersFinalized()
MustBurnPreviousEdition()
SameLengthRequired()
SenderNotOwner()
WindowClosed()