OGenerator
Verified contract
Active on
Ethereum with 13 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 "OGenerator"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20772067 | 2 months ago | | | 0 | 0.00056405204 | |
| 14669299 | 3 years ago | | | 0.01 | 0.0054696730 | |
| 14586491 | 3 years ago | | | 0.01 | 0.013498118 | |
| 14564146 | 3 years ago | | | 0.01 | 0.0055657477 | |
| 14546524 | 3 years ago | | | 0.01 | 0.011175255 | |
| 14540595 | 3 years ago | | | 0.01 | 0.0073176409 | |
| 14538822 | 3 years ago | | | 0.01 | 0.018084334 | |
| 14532366 | 3 years ago | | | 0.01 | 0.0068469892 | |
| 14532328 | 3 years ago | | | 0.01 | 0.0060666374 | |
| 14527410 | 3 years ago | | | 0.01 | 0.012750905 |
ABI
ABI objects
Getter at block 21125131
MAX_SUPPLY() view returns (uint256)
10
getCurrentYear() view returns (uint256)
2024
mintingActive() view returns (bool)
true
name() view returns (string)
OGenerator
owner() view returns (address)
0xef8d44e54d8be26a55a2b13e1e055019182b3824
royaltiesPercentage() view returns (uint256)
10
royaltiesReceiver() view returns (address)
0xef8d44e54d8be26a55a2b13e1e055019182b3824
symbol() view returns (string)
OG
Read-only
artBalance(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
concatenate(string a, string b) pure returns (string)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isLeapYear(uint16 year) pure returns (bool)
leapYearsBefore(uint256 year) pure returns (uint256)
makeArt(uint256 numberOs, uint256 yearMinted) view returns (string)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
timestamp2year(uint256 timestamp) pure returns (uint16)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 noYears, uint256 mintingYear) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMintingActive(bool isMintingActive)
setRoyaltiesReceiver(address newRoyaltiesReceiver)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 amount) returns (bool)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(uint256 tokenId, address recipient)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address initialRoyaltiesReceiver)
This contract contains no fallback and receive objects.
This contract contains no error objects.