Origin Stories #2
Verified contract
Active on
Ethereum with 1,184 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 "Origin Stories #2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21106195 | 16 days ago | | | 0 | 0.00010908900 | |
| 20382321 | 4 months ago | | | 0 | 0.00017894047 | |
| 20071957 | 5 months ago | | | 0 | 0.00034796690 | |
| 20017200 | 5 months ago | | | 0 | 0.00019460800 | |
| 19455094 | 8 months ago | | | 0 | 0.0016636404 | |
| 19139360 | 10 months ago | | | 0 | 0.0020342609 | |
| 18976951 | 10 months ago | | | 0 | 0.0022783633 | |
| 18953796 | 10 months ago | | | 0 | 0.0014351277 | |
| 18933997 | 10 months ago | | | 0 | 0.0011868673 | |
| 18918672 | a year ago | | | 0 | 0.00093297727 |
ABI
ABI objects
Getter at block 21219526
EDITION_NR() view returns (uint256)
2
name() view returns (string)
Origin Stories #2
owner() view returns (address)
0x79a20cf7331f37432e078d923074e42512e3585a
paused() view returns (bool)
true
symbol() view returns (string)
ORIGIN2
totalSupply() view returns (uint256)
698
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
mint(uint256[] tokenIds, uint256 editionToBurn)
mintFromMul(uint256[] tokenIds, uint256[] editionToBurn)
mintFromOS1(uint256[] tokenIds)
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setContract(uint256 editionNr, address contractAddress)
setURI(string _uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _name, string _symbol, string _uri, uint256 _EDITION_NR, address _addressOS1)
This contract contains no fallback and receive objects.
MustBurnPreviousEdition()
SameLengthRequired()
SenderNotOwner()