SwarmGas
Verified contract
Active on
Ethereum with 8,596 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 "SwarmGas"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21108031 | 15 days ago | | | 0 | 0.00024043282 | |
| 20592149 | 3 months ago | | | 0 | 0.00012104053 | |
| 18967501 | 10 months ago | | | 0 | 0.00033483762 | |
| 18921499 | 10 months ago | | | 0 | 0.00087654793 | |
| 18534135 | a year ago | | | 0 | 0.0016347925 | |
| 18442348 | a year ago | | | 0 | 0.00095034652 | |
| 18361638 | a year ago | | | 0 | 0.00013058329 | |
| 17965989 | a year ago | | | 0 | 0.0012365909 | |
| 17068175 | 2 years ago | | | 0 | 0.0016895672 | |
| 16952481 | 2 years ago | | | 0 | 0.0012283935 |
ABI
ABI objects
Getter at block 21212038
_lotterySalt() view returns (bytes32)
0x5e2210e9276fbe12393e5f42e1b25232d6f7eb77d4f86f1faedcf1ef5a2f57a8
_maxSupply() view returns (uint32)
10000
_metadataURI() view returns (string)
https://meta.the-swarm.xyz/swarmgas/json/
_price() view returns (uint256)
0
_publicMinted() view returns (uint32)
9850
_publicSupply() view returns (uint32)
9850
_started() view returns (bool)
false
_teamMinted() view returns (uint32)
109
_teamSupply() view returns (uint32)
150
_walletLimit() view returns (uint32)
3
name() view returns (string)
SwarmGas
owner() view returns (address)
0x3fa66a8f1bab162ff46ab6d8f95974694516a3d2
symbol() view returns (string)
GAS
totalSupply() view returns (uint256)
9959
Read-only
_status(address minter) view returns (struct SwarmStatus)
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct ERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
devMint(address to, uint32 amount)
mint(uint32 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFeeNumerator(uint96 feeNumerator)
setMetadataURI(string uri)
setStarted(bool started)
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)
TheOne(address minter, uint32 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 price, uint32 maxSupply, uint32 teamSupply, uint32 walletLimit)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()