Mega OG Chapters
Verified contract
Active on
Ethereum with 196 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 "Mega OG Chapters"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21116454 | 21 days ago | | | 0 | 0.00043002252 | |
| 21116450 | 21 days ago | | | 0 | 0.00043868973 | |
| 21086252 | 25 days ago | | | 0 | 0.0010991104 | |
| 21082031 | a month ago | | | 0 | 0.00050837816 | |
| 21081368 | a month ago | | | 0 | 0.00037984399 | |
| 20730041 | 2 months ago | | | 0 | 0.000094308290 | |
| 20727670 | 2 months ago | | | 0 | 0.00014694926 | |
| 20593965 | 3 months ago | | | 0 | 0.00011257569 | |
| 20406656 | 4 months ago | | | 0 | 0.00013273934 | |
| 20021278 | 6 months ago | | | 0 | 0.00049109502 |
ABI
ABI objects
Getter at block 21268618
name() view returns (string)
Mega OG Chapters
owner() view returns (address)
0xcc0ecd808ce4fed81f0552b3889656b28aa2bae9
symbol() view returns (string)
MGs
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events airdropMultiple(uint256 _tokenID, address[] _addresses, uint256[] _amounts)
airdropSingle(uint256 _tokenID, address[] _addresses)
batchMint(address _address, uint256[] _tokenIDs, uint256[] _amounts)
batchMintMultiple(address[] _addresses, uint256[] _tokenIDs, uint256[] _amounts)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setURI(string _uri)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string _name, string _symbol, string _uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.