Project Buterin
Verified contract
Active on
Ethereum with 4,749 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 "Project Buterin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20717253 | 3 months ago | | | 0 | 0.00047857091 | |
| 17027454 | 2 years ago | | | 0 | 0.00083152422 | |
| 16709582 | 2 years ago | | | 0 | 0.00098173988 | |
| 16705781 | 2 years ago | | | 0 | 0.0018016789 | |
| 16648118 | 2 years ago | | | 0 | 0.0018223599 | |
| 16586309 | 2 years ago | | | 0 | 0.0018492234 | |
| 16449775 | 2 years ago | | | 0 | 0.00074211820 | |
| 16330572 | 2 years ago | | | 0 | 0.00035406650 | |
| 16097289 | 2 years ago | | | 0 | 0.00064525624 | |
| 16079193 | 2 years ago | | | 0 | 0.00048942567 |
ABI
ABI objects
Getter at block 21398023
getNextId() view returns (uint256)
9556
hiddenMetadataUri() view returns (string)
https://api.buterin.monster/
maxFreePerWallet() view returns (uint256)
2
maxPerTx() view returns (uint256)
6
maxSupply() view returns (uint256)
10000
mintEnabled() view returns (bool)
true
name() view returns (string)
Project Buterin
nextId() view returns (uint256)
9556
owner() view returns (address)
0x826939f162fd1f05015e375106851a6a390df3a2
price() view returns (uint256)
6660000000000000
revealed() view returns (bool)
true
symbol() view returns (string)
BUTERIN
totalFree() view returns (uint256)
10000
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events MintButerinWL(address to, uint256 quantity)
approve(address to, uint256 tokenId)
flipSale()
mint(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setFreeAmount(uint256 amount)
setHiddenMetadataUri(string _hiddenMetadataUri)
setPrice(uint256 _newPrice)
setRevealed()
setmaxFreePerWallet(uint256 _maxFreePerWallet)
setmaxPerTx(uint256 _maxPerTx)
setmaxSupply(uint256 _maxSupply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()